Shades of Earls Green #C8B128
Tints of Earls Green #C8B128
RGB
CMYK
RGB Variations
Color information
#C8B128 (or 0xC8B128) is known color: Earls Green. HEX triplet: C8, B1 and 28. RGB value is (200,177,40). Sum of RGB (Red+Green+Blue) = 200+177+40=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B128 is #374ED7. Grayscale: #A8A8A8. Windows color (decimal): -3624664 or 2666952. OLE color: 2666952.
HSL color Cylindrical-coordinate representation of color #C8B128: hue angle of 51.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8B128 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 40 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.22 |
| HSL | 51.38º | 0.67% | 0.47% | - |
| HSV(B) | 51.38º | 0.8% | 0.78% | - |
| XYZ | 39.92 | 43.88 | 8.37 | - |
| YUV | 168.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 40 | 0 | 0.12 | 0.8 | 0.22 | 51.38 | 0.67 | 0.47 |
| Hex | C8 | B1 | 28 | 0 | C | 50 | 16 | 33 | 43 | 2F |
| Octal | 310 | 261 | 50 | 0 | 14 | 120 | 26 | 63 | 103 | 57 |
| Binary | 11001000 | 10110001 | 101000 | 0 | 1100 | 1010000 | 10110 | 110011 | 1000011 | 101111 |
Color Harmonies of #C8B128
Complementary color
Monochromatic Colors of #C8B128
Black with #C8B128
Text Example
Text Example
White with #C8B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B128; }
p { color: rgb(200,177,40); }
H1.HeaderClassName
{
color: #C8B128;
}
.AnyTagClassName
{
color: #C8B128;
}
</style>
background-color css
<style>
a { background-color: #C8B128; }
a { background-color: rgb(200,177,40); }
div.DivClassName
{
background-color: #C8B128;
}
.BgClassName
{
background-color: #C8B128;
}
</style>
border-color css
<style>
span { border-color: #C8B128; }
span { border-color: rgb(200,177,40); }
td.TdClassName
{
border-color: #C8B128;
}
.TagClassName
{
border-color: #C8B128;
}
</style>