#CBCC49

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

Shades of Wattle #CBCC49

Tints of Wattle #CBCC49

Color information

#CBCC49 (or 0xCBCC49) is unknown color: approx Wattle. HEX triplet: CB, CC and 49. RGB value is (203,204,73). Sum of RGB (Red+Green+Blue) = 203+204+73=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC49 is #3433B6. Grayscale: #BDBDBD. Windows color (decimal): -3421111 or 4836555. OLE color: 4836555.

HSL color Cylindrical-coordinate representation of color #CBCC49: hue angle of 60.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBCC49 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20320473-
CMYK0.0000.640.2
HSL60.46º56.22%54.31%-
HSV(B)60.46º64.22%80%-
XYZ47.4256.3614.68-
YUV188.7762.67138.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 73 (28.91% from 255) = 15.21%
R=42.29%
G=42.5%
B=15.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204730.0000.640.260.4656.2254.31
HexCBCC490040143c3836
Octal3133141110010024747066
Binary1100101111001100100100100100000010100111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC49; }

 p { color: rgb(203,204,73); }

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

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

 a { background-color: rgb(203,204,73); }

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

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

 span { border-color: rgb(203,204,73); }

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