Shades of Wattle #CBCE4D
Tints of Wattle #CBCE4D
RGB
CMYK
RGB Variations
Color information
#CBCE4D (or 0xCBCE4D) is known color: Wattle. HEX triplet: CB, CE and 4D. RGB value is (203,206,77). Sum of RGB (Red+Green+Blue) = 203+206+77=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCE4D is #3431B2. Grayscale: #BEBEBE. Windows color (decimal): -3420595 or 5099211. OLE color: 5099211.
HSL color Cylindrical-coordinate representation of color #CBCE4D: hue angle of 61.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBCE4D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 77 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.19 |
| HSL | 61.4º | 0.57% | 0.55% | - |
| HSV(B) | 61.4º | 0.63% | 0.81% | - |
| XYZ | 48.04 | 57.37 | 15.56 | - |
| YUV | 190.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 77 | 0.01 | 0 | 0.63 | 0.19 | 61.4 | 0.57 | 0.55 |
| Hex | CB | CE | 4D | 1 | 0 | 3F | 13 | 3D | 39 | 37 |
| Octal | 313 | 316 | 115 | 1 | 0 | 77 | 23 | 75 | 71 | 67 |
| Binary | 11001011 | 11001110 | 1001101 | 1 | 0 | 111111 | 10011 | 111101 | 111001 | 110111 |
Color Harmonies of #CBCE4D
Complementary color
Monochromatic Colors of #CBCE4D
Black with #CBCE4D
Text Example
Text Example
White with #CBCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE4D; }
p { color: rgb(203,206,77); }
H1.HeaderClassName
{
color: #CBCE4D;
}
.AnyTagClassName
{
color: #CBCE4D;
}
</style>
background-color css
<style>
a { background-color: #CBCE4D; }
a { background-color: rgb(203,206,77); }
div.DivClassName
{
background-color: #CBCE4D;
}
.BgClassName
{
background-color: #CBCE4D;
}
</style>
border-color css
<style>
span { border-color: #CBCE4D; }
span { border-color: rgb(203,206,77); }
td.TdClassName
{
border-color: #CBCE4D;
}
.TagClassName
{
border-color: #CBCE4D;
}
</style>