Shades of Earls Green #C0AB28
Tints of Earls Green #C0AB28
RGB
CMYK
RGB Variations
Color information
#C0AB28 (or 0xC0AB28) is known color: Earls Green. HEX triplet: C0, AB and 28. RGB value is (192,171,40). Sum of RGB (Red+Green+Blue) = 192+171+40=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB28 is #3F54D7. Grayscale: #A2A2A2. Windows color (decimal): -4150488 or 2665408. OLE color: 2665408.
HSL color Cylindrical-coordinate representation of color #C0AB28: hue angle of 51.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0AB28 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 40 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.25 |
| HSL | 51.71º | 0.66% | 0.45% | - |
| HSV(B) | 51.71º | 0.79% | 0.75% | - |
| XYZ | 36.68 | 40.49 | 7.89 | - |
| YUV | 162.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 40 | 0 | 0.11 | 0.79 | 0.25 | 51.71 | 0.66 | 0.45 |
| Hex | C0 | AB | 28 | 0 | B | 4F | 19 | 34 | 42 | 2D |
| Octal | 300 | 253 | 50 | 0 | 13 | 117 | 31 | 64 | 102 | 55 |
| Binary | 11000000 | 10101011 | 101000 | 0 | 1011 | 1001111 | 11001 | 110100 | 1000010 | 101101 |
Color Harmonies of #C0AB28
Complementary color
Monochromatic Colors of #C0AB28
Black with #C0AB28
Text Example
Text Example
White with #C0AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB28; }
p { color: rgb(192,171,40); }
H1.HeaderClassName
{
color: #C0AB28;
}
.AnyTagClassName
{
color: #C0AB28;
}
</style>
background-color css
<style>
a { background-color: #C0AB28; }
a { background-color: rgb(192,171,40); }
div.DivClassName
{
background-color: #C0AB28;
}
.BgClassName
{
background-color: #C0AB28;
}
</style>
border-color css
<style>
span { border-color: #C0AB28; }
span { border-color: rgb(192,171,40); }
td.TdClassName
{
border-color: #C0AB28;
}
.TagClassName
{
border-color: #C0AB28;
}
</style>