#C9C84B

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

Shades of Wattle #C9C84B

Tints of Wattle #C9C84B

Color information

#C9C84B (or 0xC9C84B) is unknown color: approx Wattle. HEX triplet: C9, C8 and 4B. RGB value is (201,200,75). Sum of RGB (Red+Green+Blue) = 201+200+75=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C84B is #3637B4. Grayscale: #BABABA. Windows color (decimal): -3553205 or 4966601. OLE color: 4966601.

HSL color Cylindrical-coordinate representation of color #C9C84B: hue angle of 59.52º 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 #C9C84B is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20120075-
CMYK00.000.630.21
HSL59.52º53.85%54.12%-
HSV(B)59.52º62.69%78.82%-
XYZ46.0154.2314.7-
YUV186.0565.33138.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 75 (29.69% from 255) = 15.76%
R=42.23%
G=42.02%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012007500.000.630.2159.5253.8554.12
HexC9C84B003F153c3636
Octal311310113007725746666
Binary110010011100100010010110011111110101111100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C84B; }

 p { color: rgb(201,200,75); }

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

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

 a { background-color: rgb(201,200,75); }

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

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

 span { border-color: rgb(201,200,75); }

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