#CBC94D

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

Shades of Wattle #CBC94D

Tints of Wattle #CBC94D

Color information

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

HSL color Cylindrical-coordinate representation of color #CBC94D: hue angle of 59.05º 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 #CBC94D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20320177-
CMYK00.010.620.20
HSL59.05º54.78%54.9%-
HSV(B)59.05º62.07%79.61%-
XYZ46.8555.0115.17-
YUV187.4665.66139.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032017700.010.620.2059.0554.7854.9
HexCBC94D013E143b3737
Octal313311115017624736767
Binary110010111100100110011010111111010100111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC94D; }

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

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

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

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

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

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

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

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