Shades of Wattle #CBCC36
Tints of Wattle #CBCC36
RGB
CMYK
RGB Variations
Color information
#CBCC36 (or 0xCBCC36) is known color: Wattle. HEX triplet: CB, CC and 36. RGB value is (203,204,54). Sum of RGB (Red+Green+Blue) = 203+204+54=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC36 is #3433C9. Grayscale: #BBBBBB. Windows color (decimal): -3421130 or 3591371. OLE color: 3591371.
HSL color Cylindrical-coordinate representation of color #CBCC36: hue angle of 60.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBCC36 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 54 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.2 |
| HSL | 60.4º | 0.6% | 0.51% | - |
| HSV(B) | 60.4º | 0.74% | 0.8% | - |
| XYZ | 46.89 | 56.15 | 11.86 | - |
| YUV | 186.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 54 | 0.00 | 0 | 0.74 | 0.2 | 60.4 | 0.6 | 0.51 |
| Hex | CB | CC | 36 | 0 | 0 | 4A | 14 | 3C | 3C | 33 |
| Octal | 313 | 314 | 66 | 0 | 0 | 112 | 24 | 74 | 74 | 63 |
| Binary | 11001011 | 11001100 | 110110 | 0 | 0 | 1001010 | 10100 | 111100 | 111100 | 110011 |
Color Harmonies of #CBCC36
Complementary color
Monochromatic Colors of #CBCC36
Black with #CBCC36
Text Example
Text Example
White with #CBCC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC36; }
p { color: rgb(203,204,54); }
H1.HeaderClassName
{
color: #CBCC36;
}
.AnyTagClassName
{
color: #CBCC36;
}
</style>
background-color css
<style>
a { background-color: #CBCC36; }
a { background-color: rgb(203,204,54); }
div.DivClassName
{
background-color: #CBCC36;
}
.BgClassName
{
background-color: #CBCC36;
}
</style>
border-color css
<style>
span { border-color: #CBCC36; }
span { border-color: rgb(203,204,54); }
td.TdClassName
{
border-color: #CBCC36;
}
.TagClassName
{
border-color: #CBCC36;
}
</style>