#CBC84C

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

Shades of Wattle #CBC84C

Tints of Wattle #CBC84C

Color information

#CBC84C (or 0xCBC84C) is unknown color: approx Wattle. HEX triplet: CB, C8 and 4C. RGB value is (203,200,76). Sum of RGB (Red+Green+Blue) = 203+200+76=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC84C is #3437B3. Grayscale: #BBBBBB. Windows color (decimal): -3422132 or 5032139. OLE color: 5032139.

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

Color convert

RGB20320076-
CMYK00.010.630.20
HSL58.58º54.98%54.71%-
HSV(B)58.58º62.56%79.61%-
XYZ46.5954.5314.91-
YUV186.7665.49139.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 76 (30.08% from 255) = 15.87%
R=42.38%
G=41.75%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032007600.010.630.2058.5854.9854.71
HexCBC84C013F143b3737
Octal313310114017724736767
Binary110010111100100010011000111111110100111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC84C; }

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

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

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

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

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

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

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

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