Shades of Earls Green #C8AA27
Tints of Earls Green #C8AA27
RGB
CMYK
RGB Variations
Color information
#C8AA27 (or 0xC8AA27) is known color: Earls Green. HEX triplet: C8, AA and 27. RGB value is (200,170,39). Sum of RGB (Red+Green+Blue) = 200+170+39=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA27 is #3755D8. Grayscale: #A4A4A4. Windows color (decimal): -3626457 or 2599624. OLE color: 2599624.
HSL color Cylindrical-coordinate representation of color #C8AA27: hue angle of 48.82º 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 #C8AA27 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 39 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.22 |
| HSL | 48.82º | 0.67% | 0.47% | - |
| HSV(B) | 48.82º | 0.81% | 0.78% | - |
| XYZ | 38.56 | 41.18 | 7.83 | - |
| YUV | 164.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 39 | 0 | 0.15 | 0.80 | 0.22 | 48.82 | 0.67 | 0.47 |
| Hex | C8 | AA | 27 | 0 | F | 50 | 16 | 31 | 43 | 2F |
| Octal | 310 | 252 | 47 | 0 | 17 | 120 | 26 | 61 | 103 | 57 |
| Binary | 11001000 | 10101010 | 100111 | 0 | 1111 | 1010000 | 10110 | 110001 | 1000011 | 101111 |
Color Harmonies of #C8AA27
Complementary color
Monochromatic Colors of #C8AA27
Black with #C8AA27
Text Example
Text Example
White with #C8AA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA27; }
p { color: rgb(200,170,39); }
H1.HeaderClassName
{
color: #C8AA27;
}
.AnyTagClassName
{
color: #C8AA27;
}
</style>
background-color css
<style>
a { background-color: #C8AA27; }
a { background-color: rgb(200,170,39); }
div.DivClassName
{
background-color: #C8AA27;
}
.BgClassName
{
background-color: #C8AA27;
}
</style>
border-color css
<style>
span { border-color: #C8AA27; }
span { border-color: rgb(200,170,39); }
td.TdClassName
{
border-color: #C8AA27;
}
.TagClassName
{
border-color: #C8AA27;
}
</style>