Shades of Earls Green #C7B124
Tints of Earls Green #C7B124
RGB
CMYK
RGB Variations
Color information
#C7B124 (or 0xC7B124) is known color: Earls Green. HEX triplet: C7, B1 and 24. RGB value is (199,177,36). Sum of RGB (Red+Green+Blue) = 199+177+36=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B124 is #384EDB. Grayscale: #A8A8A8. Windows color (decimal): -3690204 or 2404807. OLE color: 2404807.
HSL color Cylindrical-coordinate representation of color #C7B124: hue angle of 51.9º degrees, saturation: 0.69, 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 #C7B124 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 36 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.22 |
| HSL | 51.9º | 0.69% | 0.46% | - |
| HSV(B) | 51.9º | 0.82% | 0.78% | - |
| XYZ | 39.59 | 43.71 | 8.02 | - |
| YUV | 167.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 36 | 0 | 0.11 | 0.82 | 0.22 | 51.9 | 0.69 | 0.46 |
| Hex | C7 | B1 | 24 | 0 | B | 52 | 16 | 34 | 45 | 2E |
| Octal | 307 | 261 | 44 | 0 | 13 | 122 | 26 | 64 | 105 | 56 |
| Binary | 11000111 | 10110001 | 100100 | 0 | 1011 | 1010010 | 10110 | 110100 | 1000101 | 101110 |
Color Harmonies of #C7B124
Complementary color
Monochromatic Colors of #C7B124
Black with #C7B124
Text Example
Text Example
White with #C7B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B124; }
p { color: rgb(199,177,36); }
H1.HeaderClassName
{
color: #C7B124;
}
.AnyTagClassName
{
color: #C7B124;
}
</style>
background-color css
<style>
a { background-color: #C7B124; }
a { background-color: rgb(199,177,36); }
div.DivClassName
{
background-color: #C7B124;
}
.BgClassName
{
background-color: #C7B124;
}
</style>
border-color css
<style>
span { border-color: #C7B124; }
span { border-color: rgb(199,177,36); }
td.TdClassName
{
border-color: #C7B124;
}
.TagClassName
{
border-color: #C7B124;
}
</style>