Shades of Earls Green #C7B220
Tints of Earls Green #C7B220
RGB
CMYK
RGB Variations
Color information
#C7B220 (or 0xC7B220) is known color: Earls Green. HEX triplet: C7, B2 and 20. RGB value is (199,178,32). Sum of RGB (Red+Green+Blue) = 199+178+32=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B220 is #384DDF. Grayscale: #A8A8A8. Windows color (decimal): -3689952 or 2142919. OLE color: 2142919.
HSL color Cylindrical-coordinate representation of color #C7B220: hue angle of 52.46º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7B220 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 32 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.22 |
| HSL | 52.46º | 0.72% | 0.45% | - |
| HSV(B) | 52.46º | 0.84% | 0.78% | - |
| XYZ | 39.73 | 44.09 | 7.78 | - |
| YUV | 167.64 | 51.46 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 32 | 0 | 0.11 | 0.84 | 0.22 | 52.46 | 0.72 | 0.45 |
| Hex | C7 | B2 | 20 | 0 | B | 54 | 16 | 34 | 48 | 2D |
| Octal | 307 | 262 | 40 | 0 | 13 | 124 | 26 | 64 | 110 | 55 |
| Binary | 11000111 | 10110010 | 100000 | 0 | 1011 | 1010100 | 10110 | 110100 | 1001000 | 101101 |
Color Harmonies of #C7B220
Complementary color
Monochromatic Colors of #C7B220
Black with #C7B220
Text Example
Text Example
White with #C7B220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B220; }
p { color: rgb(199,178,32); }
H1.HeaderClassName
{
color: #C7B220;
}
.AnyTagClassName
{
color: #C7B220;
}
</style>
background-color css
<style>
a { background-color: #C7B220; }
a { background-color: rgb(199,178,32); }
div.DivClassName
{
background-color: #C7B220;
}
.BgClassName
{
background-color: #C7B220;
}
</style>
border-color css
<style>
span { border-color: #C7B220; }
span { border-color: rgb(199,178,32); }
td.TdClassName
{
border-color: #C7B220;
}
.TagClassName
{
border-color: #C7B220;
}
</style>