#C9CB4D

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

Shades of Wattle #C9CB4D

Tints of Wattle #C9CB4D

Color information

#C9CB4D (or 0xC9CB4D) is unknown color: approx Wattle. HEX triplet: C9, CB and 4D. RGB value is (201,203,77). Sum of RGB (Red+Green+Blue) = 201+203+77=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB4D is #3634B2. Grayscale: #BCBCBC. Windows color (decimal): -3552435 or 5098441. OLE color: 5098441.

HSL color Cylindrical-coordinate representation of color #C9CB4D: hue angle of 60.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9CB4D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20120377-
CMYK0.0100.620.20
HSL60.95º54.78%54.9%-
HSV(B)60.95º62.07%79.61%-
XYZ46.7855.6715.3-
YUV188.0465.34137.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 77 (30.47% from 255) = 16.01%
R=41.79%
G=42.20%
B=16.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201203770.0100.620.2060.9554.7854.9
HexC9CB4D103E143d3737
Octal311313115107624756767
Binary110010011100101110011011011111010100111101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CB4D; }

 p { color: rgb(201,203,77); }

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

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

 a { background-color: rgb(201,203,77); }

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

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

 span { border-color: rgb(201,203,77); }

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