Shades of Earls Green #C7B223
Tints of Earls Green #C7B223
RGB
CMYK
RGB Variations
Color information
#C7B223 (or 0xC7B223) is known color: Earls Green. HEX triplet: C7, B2 and 23. RGB value is (199,178,35). Sum of RGB (Red+Green+Blue) = 199+178+35=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B223 is #384DDC. Grayscale: #A8A8A8. Windows color (decimal): -3689949 or 2339527. OLE color: 2339527.
HSL color Cylindrical-coordinate representation of color #C7B223: hue angle of 52.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7B223 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 35 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.22 |
| HSL | 52.32º | 0.7% | 0.46% | - |
| HSV(B) | 52.32º | 0.82% | 0.78% | - |
| XYZ | 39.78 | 44.1 | 8.01 | - |
| YUV | 167.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 35 | 0 | 0.11 | 0.82 | 0.22 | 52.32 | 0.7 | 0.46 |
| Hex | C7 | B2 | 23 | 0 | B | 52 | 16 | 34 | 46 | 2E |
| Octal | 307 | 262 | 43 | 0 | 13 | 122 | 26 | 64 | 106 | 56 |
| Binary | 11000111 | 10110010 | 100011 | 0 | 1011 | 1010010 | 10110 | 110100 | 1000110 | 101110 |
Color Harmonies of #C7B223
Complementary color
Monochromatic Colors of #C7B223
Black with #C7B223
Text Example
Text Example
White with #C7B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B223; }
p { color: rgb(199,178,35); }
H1.HeaderClassName
{
color: #C7B223;
}
.AnyTagClassName
{
color: #C7B223;
}
</style>
background-color css
<style>
a { background-color: #C7B223; }
a { background-color: rgb(199,178,35); }
div.DivClassName
{
background-color: #C7B223;
}
.BgClassName
{
background-color: #C7B223;
}
</style>
border-color css
<style>
span { border-color: #C7B223; }
span { border-color: rgb(199,178,35); }
td.TdClassName
{
border-color: #C7B223;
}
.TagClassName
{
border-color: #C7B223;
}
</style>