Shades of Earls Green #C0B130
Tints of Earls Green #C0B130
RGB
CMYK
RGB Variations
Color information
#C0B130 (or 0xC0B130) is known color: Earls Green. HEX triplet: C0, B1 and 30. RGB value is (192,177,48). Sum of RGB (Red+Green+Blue) = 192+177+48=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B130 is #3F4ECF. Grayscale: #A7A7A7. Windows color (decimal): -4148944 or 3191232. OLE color: 3191232.
HSL color Cylindrical-coordinate representation of color #C0B130: hue angle of 53.75º 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 #C0B130 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 48 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.25 |
| HSL | 53.75º | 0.6% | 0.47% | - |
| HSV(B) | 53.75º | 0.75% | 0.75% | - |
| XYZ | 37.99 | 42.86 | 9.07 | - |
| YUV | 166.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 48 | 0 | 0.08 | 0.75 | 0.25 | 53.75 | 0.6 | 0.47 |
| Hex | C0 | B1 | 30 | 0 | 8 | 4B | 19 | 36 | 3C | 2F |
| Octal | 300 | 261 | 60 | 0 | 10 | 113 | 31 | 66 | 74 | 57 |
| Binary | 11000000 | 10110001 | 110000 | 0 | 1000 | 1001011 | 11001 | 110110 | 111100 | 101111 |
Color Harmonies of #C0B130
Complementary color
Monochromatic Colors of #C0B130
Black with #C0B130
Text Example
Text Example
White with #C0B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B130; }
p { color: rgb(192,177,48); }
H1.HeaderClassName
{
color: #C0B130;
}
.AnyTagClassName
{
color: #C0B130;
}
</style>
background-color css
<style>
a { background-color: #C0B130; }
a { background-color: rgb(192,177,48); }
div.DivClassName
{
background-color: #C0B130;
}
.BgClassName
{
background-color: #C0B130;
}
</style>
border-color css
<style>
span { border-color: #C0B130; }
span { border-color: rgb(192,177,48); }
td.TdClassName
{
border-color: #C0B130;
}
.TagClassName
{
border-color: #C0B130;
}
</style>