Shades of Wattle #CBC54E
Tints of Wattle #CBC54E
RGB
CMYK
RGB Variations
Color information
#CBC54E (or 0xCBC54E) is known color: Wattle. HEX triplet: CB, C5 and 4E. RGB value is (203,197,78). Sum of RGB (Red+Green+Blue) = 203+197+78=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC54E is #343AB1. Grayscale: #B9B9B9. Windows color (decimal): -3422898 or 5162443. OLE color: 5162443.
HSL color Cylindrical-coordinate representation of color #CBC54E: hue angle of 57.12º 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 #CBC54E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 78 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.20 |
| HSL | 57.12º | 0.55% | 0.55% | - |
| HSV(B) | 57.12º | 0.62% | 0.8% | - |
| XYZ | 45.97 | 53.18 | 15.05 | - |
| YUV | 185.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 78 | 0 | 0.03 | 0.62 | 0.20 | 57.12 | 0.55 | 0.55 |
| Hex | CB | C5 | 4E | 0 | 3 | 3E | 14 | 39 | 37 | 37 |
| Octal | 313 | 305 | 116 | 0 | 3 | 76 | 24 | 71 | 67 | 67 |
| Binary | 11001011 | 11000101 | 1001110 | 0 | 11 | 111110 | 10100 | 111001 | 110111 | 110111 |
Color Harmonies of #CBC54E
Complementary color
Monochromatic Colors of #CBC54E
Black with #CBC54E
Text Example
Text Example
White with #CBC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC54E; }
p { color: rgb(203,197,78); }
H1.HeaderClassName
{
color: #CBC54E;
}
.AnyTagClassName
{
color: #CBC54E;
}
</style>
background-color css
<style>
a { background-color: #CBC54E; }
a { background-color: rgb(203,197,78); }
div.DivClassName
{
background-color: #CBC54E;
}
.BgClassName
{
background-color: #CBC54E;
}
</style>
border-color css
<style>
span { border-color: #CBC54E; }
span { border-color: rgb(203,197,78); }
td.TdClassName
{
border-color: #CBC54E;
}
.TagClassName
{
border-color: #CBC54E;
}
</style>