Shades of Wattle #CBCE4B
Tints of Wattle #CBCE4B
RGB
CMYK
RGB Variations
Color information
#CBCE4B (or 0xCBCE4B) is known color: Wattle. HEX triplet: CB, CE and 4B. RGB value is (203,206,75). Sum of RGB (Red+Green+Blue) = 203+206+75=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCE4B is #3431B4. Grayscale: #BEBEBE. Windows color (decimal): -3420597 or 4968139. OLE color: 4968139.
HSL color Cylindrical-coordinate representation of color #CBCE4B: hue angle of 61.37º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBCE4B is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 75 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.19 |
| HSL | 61.37º | 0.57% | 0.55% | - |
| HSV(B) | 61.37º | 0.64% | 0.81% | - |
| XYZ | 47.97 | 57.35 | 15.2 | - |
| YUV | 190.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 75 | 0.01 | 0 | 0.64 | 0.19 | 61.37 | 0.57 | 0.55 |
| Hex | CB | CE | 4B | 1 | 0 | 40 | 13 | 3D | 39 | 37 |
| Octal | 313 | 316 | 113 | 1 | 0 | 100 | 23 | 75 | 71 | 67 |
| Binary | 11001011 | 11001110 | 1001011 | 1 | 0 | 1000000 | 10011 | 111101 | 111001 | 110111 |
Color Harmonies of #CBCE4B
Complementary color
Monochromatic Colors of #CBCE4B
Black with #CBCE4B
Text Example
Text Example
White with #CBCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE4B; }
p { color: rgb(203,206,75); }
H1.HeaderClassName
{
color: #CBCE4B;
}
.AnyTagClassName
{
color: #CBCE4B;
}
</style>
background-color css
<style>
a { background-color: #CBCE4B; }
a { background-color: rgb(203,206,75); }
div.DivClassName
{
background-color: #CBCE4B;
}
.BgClassName
{
background-color: #CBCE4B;
}
</style>
border-color css
<style>
span { border-color: #CBCE4B; }
span { border-color: rgb(203,206,75); }
td.TdClassName
{
border-color: #CBCE4B;
}
.TagClassName
{
border-color: #CBCE4B;
}
</style>