#CBC240

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

Shades of Wattle #CBC240

Tints of Wattle #CBC240

Color information

#CBC240 (or 0xCBC240) is unknown color: approx Wattle. HEX triplet: CB, C2 and 40. RGB value is (203,194,64). Sum of RGB (Red+Green+Blue) = 203+194+64=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC240 is #343DBF. Grayscale: #B6B6B6. Windows color (decimal): -3423680 or 4244171. OLE color: 4244171.

HSL color Cylindrical-coordinate representation of color #CBC240: hue angle of 56.12º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBC240 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20319464-
CMYK00.040.680.20
HSL56.12º57.2%52.35%-
HSV(B)56.12º68.47%79.61%-
XYZ44.8551.6512.46-
YUV181.8761.48143.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 64 (25.39% from 255) = 13.88%
R=44.03%
G=42.08%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031946400.040.680.2056.1257.252.35
HexCBC240044414383934
Octal3133021000410424707164
Binary110010111100001010000000100100010010100111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC240; }

 p { color: rgb(203,194,64); }

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

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

 a { background-color: rgb(203,194,64); }

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

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

 span { border-color: rgb(203,194,64); }

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