Shades of Earls Green #C0AF30
Tints of Earls Green #C0AF30
RGB
CMYK
RGB Variations
Color information
#C0AF30 (or 0xC0AF30) is known color: Earls Green. HEX triplet: C0, AF and 30. RGB value is (192,175,48). Sum of RGB (Red+Green+Blue) = 192+175+48=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF30 is #3F50CF. Grayscale: #A6A6A6. Windows color (decimal): -4149456 or 3190720. OLE color: 3190720.
HSL color Cylindrical-coordinate representation of color #C0AF30: hue angle of 52.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0AF30 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 48 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.25 |
| HSL | 52.92º | 0.6% | 0.47% | - |
| HSV(B) | 52.92º | 0.75% | 0.75% | - |
| XYZ | 37.6 | 42.08 | 8.94 | - |
| YUV | 165.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 48 | 0 | 0.09 | 0.75 | 0.25 | 52.92 | 0.6 | 0.47 |
| Hex | C0 | AF | 30 | 0 | 9 | 4B | 19 | 35 | 3C | 2F |
| Octal | 300 | 257 | 60 | 0 | 11 | 113 | 31 | 65 | 74 | 57 |
| Binary | 11000000 | 10101111 | 110000 | 0 | 1001 | 1001011 | 11001 | 110101 | 111100 | 101111 |
Color Harmonies of #C0AF30
Complementary color
Monochromatic Colors of #C0AF30
Black with #C0AF30
Text Example
Text Example
White with #C0AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF30; }
p { color: rgb(192,175,48); }
H1.HeaderClassName
{
color: #C0AF30;
}
.AnyTagClassName
{
color: #C0AF30;
}
</style>
background-color css
<style>
a { background-color: #C0AF30; }
a { background-color: rgb(192,175,48); }
div.DivClassName
{
background-color: #C0AF30;
}
.BgClassName
{
background-color: #C0AF30;
}
</style>
border-color css
<style>
span { border-color: #C0AF30; }
span { border-color: rgb(192,175,48); }
td.TdClassName
{
border-color: #C0AF30;
}
.TagClassName
{
border-color: #C0AF30;
}
</style>