Shades of Earls Green #C8B126
Tints of Earls Green #C8B126
RGB
CMYK
RGB Variations
Color information
#C8B126 (or 0xC8B126) is known color: Earls Green. HEX triplet: C8, B1 and 26. RGB value is (200,177,38). Sum of RGB (Red+Green+Blue) = 200+177+38=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B126 is #374ED9. Grayscale: #A8A8A8. Windows color (decimal): -3624666 or 2535880. OLE color: 2535880.
HSL color Cylindrical-coordinate representation of color #C8B126: hue angle of 51.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8B126 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 38 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.22 |
| HSL | 51.48º | 0.68% | 0.47% | - |
| HSV(B) | 51.48º | 0.81% | 0.78% | - |
| XYZ | 39.89 | 43.86 | 8.2 | - |
| YUV | 168.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 38 | 0 | 0.12 | 0.81 | 0.22 | 51.48 | 0.68 | 0.47 |
| Hex | C8 | B1 | 26 | 0 | C | 51 | 16 | 33 | 44 | 2F |
| Octal | 310 | 261 | 46 | 0 | 14 | 121 | 26 | 63 | 104 | 57 |
| Binary | 11001000 | 10110001 | 100110 | 0 | 1100 | 1010001 | 10110 | 110011 | 1000100 | 101111 |
Color Harmonies of #C8B126
Complementary color
Monochromatic Colors of #C8B126
Black with #C8B126
Text Example
Text Example
White with #C8B126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B126; }
p { color: rgb(200,177,38); }
H1.HeaderClassName
{
color: #C8B126;
}
.AnyTagClassName
{
color: #C8B126;
}
</style>
background-color css
<style>
a { background-color: #C8B126; }
a { background-color: rgb(200,177,38); }
div.DivClassName
{
background-color: #C8B126;
}
.BgClassName
{
background-color: #C8B126;
}
</style>
border-color css
<style>
span { border-color: #C8B126; }
span { border-color: rgb(200,177,38); }
td.TdClassName
{
border-color: #C8B126;
}
.TagClassName
{
border-color: #C8B126;
}
</style>