Shades of Earls Green #C0B327
Tints of Earls Green #C0B327
RGB
CMYK
RGB Variations
Color information
#C0B327 (or 0xC0B327) is known color: Earls Green. HEX triplet: C0, B3 and 27. RGB value is (192,179,39). Sum of RGB (Red+Green+Blue) = 192+179+39=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B327 is #3F4CD8. Grayscale: #A7A7A7. Windows color (decimal): -4148441 or 2601920. OLE color: 2601920.
HSL color Cylindrical-coordinate representation of color #C0B327: hue angle of 54.9º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0B327 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 39 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.25 |
| HSL | 54.9º | 0.66% | 0.45% | - |
| HSV(B) | 54.9º | 0.8% | 0.75% | - |
| XYZ | 38.22 | 43.59 | 8.32 | - |
| YUV | 166.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 39 | 0 | 0.07 | 0.80 | 0.25 | 54.9 | 0.66 | 0.45 |
| Hex | C0 | B3 | 27 | 0 | 7 | 50 | 19 | 37 | 42 | 2D |
| Octal | 300 | 263 | 47 | 0 | 7 | 120 | 31 | 67 | 102 | 55 |
| Binary | 11000000 | 10110011 | 100111 | 0 | 111 | 1010000 | 11001 | 110111 | 1000010 | 101101 |
Color Harmonies of #C0B327
Complementary color
Monochromatic Colors of #C0B327
Black with #C0B327
Text Example
Text Example
White with #C0B327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B327; }
p { color: rgb(192,179,39); }
H1.HeaderClassName
{
color: #C0B327;
}
.AnyTagClassName
{
color: #C0B327;
}
</style>
background-color css
<style>
a { background-color: #C0B327; }
a { background-color: rgb(192,179,39); }
div.DivClassName
{
background-color: #C0B327;
}
.BgClassName
{
background-color: #C0B327;
}
</style>
border-color css
<style>
span { border-color: #C0B327; }
span { border-color: rgb(192,179,39); }
td.TdClassName
{
border-color: #C0B327;
}
.TagClassName
{
border-color: #C0B327;
}
</style>