#CBC44C

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

Shades of Wattle #CBC44C

Tints of Wattle #CBC44C

Color information

#CBC44C (or 0xCBC44C) is unknown color: approx Wattle. HEX triplet: CB, C4 and 4C. RGB value is (203,196,76). Sum of RGB (Red+Green+Blue) = 203+196+76=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC44C is #343BB3. Grayscale: #B8B8B8. Windows color (decimal): -3423156 or 5031115. OLE color: 5031115.

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

Color convert

RGB20319676-
CMYK00.030.630.20
HSL56.69º54.98%54.71%-
HSV(B)56.69º62.56%79.61%-
XYZ45.6752.714.6-
YUV184.4166.82141.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 76 (30.08% from 255) = 16%
R=42.74%
G=41.26%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031967600.030.630.2056.6954.9854.71
HexCBC44C033F14393737
Octal313304114037724716767
Binary1100101111000100100110001111111110100111001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC44C; }

 p { color: rgb(203,196,76); }

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

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

 a { background-color: rgb(203,196,76); }

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

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

 span { border-color: rgb(203,196,76); }

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