Shades of Wattle #CBCC4E
Tints of Wattle #CBCC4E
RGB
CMYK
RGB Variations
Color information
#CBCC4E (or 0xCBCC4E) is known color: Wattle. HEX triplet: CB, CC and 4E. RGB value is (203,204,78). Sum of RGB (Red+Green+Blue) = 203+204+78=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC4E is #3433B1. Grayscale: #BDBDBD. Windows color (decimal): -3421106 or 5164235. OLE color: 5164235.
HSL color Cylindrical-coordinate representation of color #CBCC4E: hue angle of 60.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBCC4E is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 78 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.2 |
| HSL | 60.48º | 0.55% | 0.55% | - |
| HSV(B) | 60.48º | 0.62% | 0.8% | - |
| XYZ | 47.6 | 56.43 | 15.59 | - |
| YUV | 189.34 | 65.17 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 78 | 0.00 | 0 | 0.62 | 0.2 | 60.48 | 0.55 | 0.55 |
| Hex | CB | CC | 4E | 0 | 0 | 3E | 14 | 3C | 37 | 37 |
| Octal | 313 | 314 | 116 | 0 | 0 | 76 | 24 | 74 | 67 | 67 |
| Binary | 11001011 | 11001100 | 1001110 | 0 | 0 | 111110 | 10100 | 111100 | 110111 | 110111 |
Color Harmonies of #CBCC4E
Complementary color
Monochromatic Colors of #CBCC4E
Black with #CBCC4E
Text Example
Text Example
White with #CBCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC4E; }
p { color: rgb(203,204,78); }
H1.HeaderClassName
{
color: #CBCC4E;
}
.AnyTagClassName
{
color: #CBCC4E;
}
</style>
background-color css
<style>
a { background-color: #CBCC4E; }
a { background-color: rgb(203,204,78); }
div.DivClassName
{
background-color: #CBCC4E;
}
.BgClassName
{
background-color: #CBCC4E;
}
</style>
border-color css
<style>
span { border-color: #CBCC4E; }
span { border-color: rgb(203,204,78); }
td.TdClassName
{
border-color: #CBCC4E;
}
.TagClassName
{
border-color: #CBCC4E;
}
</style>