Shades of Earls Green #C8AF27
Tints of Earls Green #C8AF27
RGB
CMYK
RGB Variations
Color information
#C8AF27 (or 0xC8AF27) is known color: Earls Green. HEX triplet: C8, AF and 27. RGB value is (200,175,39). Sum of RGB (Red+Green+Blue) = 200+175+39=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF27 is #3750D8. Grayscale: #A7A7A7. Windows color (decimal): -3625177 or 2600904. OLE color: 2600904.
HSL color Cylindrical-coordinate representation of color #C8AF27: hue angle of 50.68º degrees, saturation: 0.67, 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 #C8AF27 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 39 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.22 |
| HSL | 50.68º | 0.67% | 0.47% | - |
| HSV(B) | 50.68º | 0.81% | 0.78% | - |
| XYZ | 39.52 | 43.09 | 8.15 | - |
| YUV | 166.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 39 | 0 | 0.12 | 0.80 | 0.22 | 50.68 | 0.67 | 0.47 |
| Hex | C8 | AF | 27 | 0 | C | 50 | 16 | 33 | 43 | 2F |
| Octal | 310 | 257 | 47 | 0 | 14 | 120 | 26 | 63 | 103 | 57 |
| Binary | 11001000 | 10101111 | 100111 | 0 | 1100 | 1010000 | 10110 | 110011 | 1000011 | 101111 |
Color Harmonies of #C8AF27
Complementary color
Monochromatic Colors of #C8AF27
Black with #C8AF27
Text Example
Text Example
White with #C8AF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF27; }
p { color: rgb(200,175,39); }
H1.HeaderClassName
{
color: #C8AF27;
}
.AnyTagClassName
{
color: #C8AF27;
}
</style>
background-color css
<style>
a { background-color: #C8AF27; }
a { background-color: rgb(200,175,39); }
div.DivClassName
{
background-color: #C8AF27;
}
.BgClassName
{
background-color: #C8AF27;
}
</style>
border-color css
<style>
span { border-color: #C8AF27; }
span { border-color: rgb(200,175,39); }
td.TdClassName
{
border-color: #C8AF27;
}
.TagClassName
{
border-color: #C8AF27;
}
</style>