Shades of Earls Green #C8B024
Tints of Earls Green #C8B024
RGB
CMYK
RGB Variations
Color information
#C8B024 (or 0xC8B024) is known color: Earls Green. HEX triplet: C8, B0 and 24. RGB value is (200,176,36). Sum of RGB (Red+Green+Blue) = 200+176+36=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B024 is #374FDB. Grayscale: #A7A7A7. Windows color (decimal): -3624924 or 2404552. OLE color: 2404552.
HSL color Cylindrical-coordinate representation of color #C8B024: hue angle of 51.22º 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 #C8B024 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 36 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.22 |
| HSL | 51.22º | 0.69% | 0.46% | - |
| HSV(B) | 51.22º | 0.82% | 0.78% | - |
| XYZ | 39.66 | 43.46 | 7.97 | - |
| YUV | 167.22 | 53.95 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 36 | 0 | 0.12 | 0.82 | 0.22 | 51.22 | 0.69 | 0.46 |
| Hex | C8 | B0 | 24 | 0 | C | 52 | 16 | 33 | 45 | 2E |
| Octal | 310 | 260 | 44 | 0 | 14 | 122 | 26 | 63 | 105 | 56 |
| Binary | 11001000 | 10110000 | 100100 | 0 | 1100 | 1010010 | 10110 | 110011 | 1000101 | 101110 |
Color Harmonies of #C8B024
Complementary color
Monochromatic Colors of #C8B024
Black with #C8B024
Text Example
Text Example
White with #C8B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B024; }
p { color: rgb(200,176,36); }
H1.HeaderClassName
{
color: #C8B024;
}
.AnyTagClassName
{
color: #C8B024;
}
</style>
background-color css
<style>
a { background-color: #C8B024; }
a { background-color: rgb(200,176,36); }
div.DivClassName
{
background-color: #C8B024;
}
.BgClassName
{
background-color: #C8B024;
}
</style>
border-color css
<style>
span { border-color: #C8B024; }
span { border-color: rgb(200,176,36); }
td.TdClassName
{
border-color: #C8B024;
}
.TagClassName
{
border-color: #C8B024;
}
</style>