#cbc84b

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

Shades of Wattle #CBC84B

Tints of Wattle #CBC84B

Color information

#CBC84B (or 0xCBC84B) is unknown color: approx Wattle. HEX triplet: CB, C8 and 4B. RGB value is (203,200,75). Sum of RGB (Red+Green+Blue) = 203+200+75=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC84B is #3437B4. Grayscale: #BBBBBB. Windows color (decimal): -3422133 or 4966603. OLE color: 4966603.

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

Color convert

RGB20320075-
CMYK00.010.630.20
HSL58.59º55.17%54.51%-
HSV(B)58.59º63.05%79.61%-
XYZ46.5554.5114.73-
YUV186.6564.99139.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 75 (29.69% from 255) = 15.69%
R=42.47%
G=41.84%
B=15.69%

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
Decimal2032007500.010.630.2058.5955.1754.51
HexCBC84B013F143b3737
Octal313310113017724736767
Binary110010111100100010010110111111110100111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbc84b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbc84b; }

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

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

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

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

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

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

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

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