Shades of Wattle #CBCB4C
Tints of Wattle #CBCB4C
RGB
CMYK
RGB Variations
Color information
#CBCB4C (or 0xCBCB4C) is known color: Wattle. HEX triplet: CB, CB and 4C. RGB value is (203,203,76). Sum of RGB (Red+Green+Blue) = 203+203+76=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCB4C is #3434B3. Grayscale: #BDBDBD. Windows color (decimal): -3421364 or 5032907. OLE color: 5032907.
HSL color Cylindrical-coordinate representation of color #CBCB4C: hue angle of 60º 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 #CBCB4C is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 76 | - |
| CMYK | 0 | 0 | 0.63 | 0.20 |
| HSL | 60º | 0.55% | 0.55% | - |
| HSV(B) | 60º | 0.63% | 0.8% | - |
| XYZ | 47.29 | 55.93 | 15.14 | - |
| YUV | 188.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 76 | 0 | 0 | 0.63 | 0.20 | 60 | 0.55 | 0.55 |
| Hex | CB | CB | 4C | 0 | 0 | 3F | 14 | 3C | 37 | 37 |
| Octal | 313 | 313 | 114 | 0 | 0 | 77 | 24 | 74 | 67 | 67 |
| Binary | 11001011 | 11001011 | 1001100 | 0 | 0 | 111111 | 10100 | 111100 | 110111 | 110111 |
Color Harmonies of #CBCB4C
Complementary color
Monochromatic Colors of #CBCB4C
Black with #CBCB4C
Text Example
Text Example
White with #CBCB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB4C; }
p { color: rgb(203,203,76); }
H1.HeaderClassName
{
color: #CBCB4C;
}
.AnyTagClassName
{
color: #CBCB4C;
}
</style>
background-color css
<style>
a { background-color: #CBCB4C; }
a { background-color: rgb(203,203,76); }
div.DivClassName
{
background-color: #CBCB4C;
}
.BgClassName
{
background-color: #CBCB4C;
}
</style>
border-color css
<style>
span { border-color: #CBCB4C; }
span { border-color: rgb(203,203,76); }
td.TdClassName
{
border-color: #CBCB4C;
}
.TagClassName
{
border-color: #CBCB4C;
}
</style>