Shades of Wattle #CBCE40
Tints of Wattle #CBCE40
RGB
CMYK
RGB Variations
Color information
#CBCE40 (or 0xCBCE40) is known color: Wattle. HEX triplet: CB, CE and 40. RGB value is (203,206,64). Sum of RGB (Red+Green+Blue) = 203+206+64=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCE40 is #3431BF. Grayscale: #BDBDBD. Windows color (decimal): -3420608 or 4247243. OLE color: 4247243.
HSL color Cylindrical-coordinate representation of color #CBCE40: hue angle of 61.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBCE40 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 64 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.19 |
| HSL | 61.27º | 0.59% | 0.53% | - |
| HSV(B) | 61.27º | 0.69% | 0.81% | - |
| XYZ | 47.63 | 57.21 | 13.38 | - |
| YUV | 188.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 64 | 0.01 | 0 | 0.69 | 0.19 | 61.27 | 0.59 | 0.53 |
| Hex | CB | CE | 40 | 1 | 0 | 45 | 13 | 3D | 3B | 35 |
| Octal | 313 | 316 | 100 | 1 | 0 | 105 | 23 | 75 | 73 | 65 |
| Binary | 11001011 | 11001110 | 1000000 | 1 | 0 | 1000101 | 10011 | 111101 | 111011 | 110101 |
Color Harmonies of #CBCE40
Complementary color
Monochromatic Colors of #CBCE40
Black with #CBCE40
Text Example
Text Example
White with #CBCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE40; }
p { color: rgb(203,206,64); }
H1.HeaderClassName
{
color: #CBCE40;
}
.AnyTagClassName
{
color: #CBCE40;
}
</style>
background-color css
<style>
a { background-color: #CBCE40; }
a { background-color: rgb(203,206,64); }
div.DivClassName
{
background-color: #CBCE40;
}
.BgClassName
{
background-color: #CBCE40;
}
</style>
border-color css
<style>
span { border-color: #CBCE40; }
span { border-color: rgb(203,206,64); }
td.TdClassName
{
border-color: #CBCE40;
}
.TagClassName
{
border-color: #CBCE40;
}
</style>