Shades of Earls Green #C0B319
Tints of Earls Green #C0B319
RGB
CMYK
RGB Variations
Color information
#C0B319 (or 0xC0B319) is known color: Earls Green. HEX triplet: C0, B3 and 19. RGB value is (192,179,25). Sum of RGB (Red+Green+Blue) = 192+179+25=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B319 is #3F4CE6. Grayscale: #A5A5A5. Windows color (decimal): -4148455 or 1684416. OLE color: 1684416.
HSL color Cylindrical-coordinate representation of color #C0B319: hue angle of 55.33º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0B319 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 25 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.25 |
| HSL | 55.33º | 0.77% | 0.43% | - |
| HSV(B) | 55.33º | 0.87% | 0.75% | - |
| XYZ | 38.03 | 43.52 | 7.31 | - |
| YUV | 165.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 25 | 0 | 0.07 | 0.87 | 0.25 | 55.33 | 0.77 | 0.43 |
| Hex | C0 | B3 | 19 | 0 | 7 | 57 | 19 | 37 | 4D | 2B |
| Octal | 300 | 263 | 31 | 0 | 7 | 127 | 31 | 67 | 115 | 53 |
| Binary | 11000000 | 10110011 | 11001 | 0 | 111 | 1010111 | 11001 | 110111 | 1001101 | 101011 |
Color Harmonies of #C0B319
Complementary color
Monochromatic Colors of #C0B319
Black with #C0B319
Text Example
Text Example
White with #C0B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B319; }
p { color: rgb(192,179,25); }
H1.HeaderClassName
{
color: #C0B319;
}
.AnyTagClassName
{
color: #C0B319;
}
</style>
background-color css
<style>
a { background-color: #C0B319; }
a { background-color: rgb(192,179,25); }
div.DivClassName
{
background-color: #C0B319;
}
.BgClassName
{
background-color: #C0B319;
}
</style>
border-color css
<style>
span { border-color: #C0B319; }
span { border-color: rgb(192,179,25); }
td.TdClassName
{
border-color: #C0B319;
}
.TagClassName
{
border-color: #C0B319;
}
</style>