Shades of Wattle #CBCC34
Tints of Wattle #CBCC34
RGB
CMYK
RGB Variations
Color information
#CBCC34 (or 0xCBCC34) is known color: Wattle. HEX triplet: CB, CC and 34. RGB value is (203,204,52). Sum of RGB (Red+Green+Blue) = 203+204+52=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC34 is #3433CB. Grayscale: #BABABA. Windows color (decimal): -3421132 or 3460299. OLE color: 3460299.
HSL color Cylindrical-coordinate representation of color #CBCC34: hue angle of 60.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBCC34 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 52 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.2 |
| HSL | 60.39º | 0.6% | 0.5% | - |
| HSV(B) | 60.39º | 0.75% | 0.8% | - |
| XYZ | 46.84 | 56.13 | 11.61 | - |
| YUV | 186.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 52 | 0.00 | 0 | 0.75 | 0.2 | 60.39 | 0.6 | 0.5 |
| Hex | CB | CC | 34 | 0 | 0 | 4B | 14 | 3C | 3C | 32 |
| Octal | 313 | 314 | 64 | 0 | 0 | 113 | 24 | 74 | 74 | 62 |
| Binary | 11001011 | 11001100 | 110100 | 0 | 0 | 1001011 | 10100 | 111100 | 111100 | 110010 |
Color Harmonies of #CBCC34
Complementary color
Monochromatic Colors of #CBCC34
Black with #CBCC34
Text Example
Text Example
White with #CBCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC34; }
p { color: rgb(203,204,52); }
H1.HeaderClassName
{
color: #CBCC34;
}
.AnyTagClassName
{
color: #CBCC34;
}
</style>
background-color css
<style>
a { background-color: #CBCC34; }
a { background-color: rgb(203,204,52); }
div.DivClassName
{
background-color: #CBCC34;
}
.BgClassName
{
background-color: #CBCC34;
}
</style>
border-color css
<style>
span { border-color: #CBCC34; }
span { border-color: rgb(203,204,52); }
td.TdClassName
{
border-color: #CBCC34;
}
.TagClassName
{
border-color: #CBCC34;
}
</style>