Shades of Earls Green #C0A930
Tints of Earls Green #C0A930
RGB
CMYK
RGB Variations
Color information
#C0A930 (or 0xC0A930) is known color: Earls Green. HEX triplet: C0, A9 and 30. RGB value is (192,169,48). Sum of RGB (Red+Green+Blue) = 192+169+48=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A930 is #3F56CF. Grayscale: #A2A2A2. Windows color (decimal): -4150992 or 3189184. OLE color: 3189184.
HSL color Cylindrical-coordinate representation of color #C0A930: hue angle of 50.42º 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 #C0A930 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 48 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.25 |
| HSL | 50.42º | 0.6% | 0.47% | - |
| HSV(B) | 50.42º | 0.75% | 0.75% | - |
| XYZ | 36.46 | 39.8 | 8.56 | - |
| YUV | 162.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 48 | 0 | 0.12 | 0.75 | 0.25 | 50.42 | 0.6 | 0.47 |
| Hex | C0 | A9 | 30 | 0 | C | 4B | 19 | 32 | 3C | 2F |
| Octal | 300 | 251 | 60 | 0 | 14 | 113 | 31 | 62 | 74 | 57 |
| Binary | 11000000 | 10101001 | 110000 | 0 | 1100 | 1001011 | 11001 | 110010 | 111100 | 101111 |
Color Harmonies of #C0A930
Complementary color
Monochromatic Colors of #C0A930
Black with #C0A930
Text Example
Text Example
White with #C0A930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A930; }
p { color: rgb(192,169,48); }
H1.HeaderClassName
{
color: #C0A930;
}
.AnyTagClassName
{
color: #C0A930;
}
</style>
background-color css
<style>
a { background-color: #C0A930; }
a { background-color: rgb(192,169,48); }
div.DivClassName
{
background-color: #C0A930;
}
.BgClassName
{
background-color: #C0A930;
}
</style>
border-color css
<style>
span { border-color: #C0A930; }
span { border-color: rgb(192,169,48); }
td.TdClassName
{
border-color: #C0A930;
}
.TagClassName
{
border-color: #C0A930;
}
</style>