#CBC53B

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

Shades of Wattle #CBC53B

Tints of Wattle #CBC53B

Color information

#CBC53B (or 0xCBC53B) is unknown color: approx Wattle. HEX triplet: CB, C5 and 3B. RGB value is (203,197,59). Sum of RGB (Red+Green+Blue) = 203+197+59=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC53B is #343AC4. Grayscale: #B7B7B7. Windows color (decimal): -3422917 or 3917259. OLE color: 3917259.

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

Color convert

RGB20319759-
CMYK00.030.710.20
HSL57.5º58.06%51.37%-
HSV(B)57.5º70.94%79.61%-
XYZ45.3852.9411.97-
YUV183.0657.99142.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 59 (23.44% from 255) = 12.85%
R=44.23%
G=42.92%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031975900.030.710.2057.558.0651.37
HexCBC53B0347143a3a33
Octal313305730310724727263
Binary1100101111000101111011011100011110100111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC53B; }

 p { color: rgb(203,197,59); }

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

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

 a { background-color: rgb(203,197,59); }

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

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

 span { border-color: rgb(203,197,59); }

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