#C9C24A

Color #C9C24A Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #C9C24A

Tints of Wattle #C9C24A

Color information

#C9C24A (or 0xC9C24A) is unknown color: approx Wattle. HEX triplet: C9, C2 and 4A. RGB value is (201,194,74). Sum of RGB (Red+Green+Blue) = 201+194+74=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C24A is #363DB5. Grayscale: #B6B6B6. Windows color (decimal): -3554742 or 4899529. OLE color: 4899529.

HSL color Cylindrical-coordinate representation of color #C9C24A: hue angle of 56.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9C24A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20119474-
CMYK00.030.630.21
HSL56.69º54.04%53.92%-
HSV(B)56.69º63.18%78.82%-
XYZ44.6251.514.07-
YUV182.4166.82141.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 74 (29.30% from 255) = 15.78%
R=42.86%
G=41.36%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011947400.030.630.2156.6954.0453.92
HexC9C24A033F15393636
Octal311302112037725716666
Binary1100100111000010100101001111111110101111001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C24A; }

 p { color: rgb(201,194,74); }

 H1.HeaderClassName
 {
   color: #C9C24A;
 }
 .AnyTagClassName
 {
   color: #C9C24A;
 }
</style>
background-color css

<style>
 a { background-color: #C9C24A; }

 a { background-color: rgb(201,194,74); }

 div.DivClassName
 {
   background-color: #C9C24A;
 }
 .BgClassName
 {
   background-color: #C9C24A;
 }
</style>
border-color css

<style>
 span { border-color: #C9C24A; }

 span { border-color: rgb(201,194,74); }

 td.TdClassName
 {
   border-color: #C9C24A;
 }
 .TagClassName
 {
   border-color: #C9C24A;
 }
</style>