Shades of Earls Green #C8AD26
Tints of Earls Green #C8AD26
RGB
CMYK
RGB Variations
Color information
#C8AD26 (or 0xC8AD26) is known color: Earls Green. HEX triplet: C8, AD and 26. RGB value is (200,173,38). Sum of RGB (Red+Green+Blue) = 200+173+38=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD26 is #3752D9. Grayscale: #A6A6A6. Windows color (decimal): -3625690 or 2534856. OLE color: 2534856.
HSL color Cylindrical-coordinate representation of color #C8AD26: hue angle of 50º 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 #C8AD26 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 38 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.22 |
| HSL | 50º | 0.68% | 0.47% | - |
| HSV(B) | 50º | 0.81% | 0.78% | - |
| XYZ | 39.11 | 42.31 | 7.94 | - |
| YUV | 165.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 38 | 0 | 0.14 | 0.81 | 0.22 | 50 | 0.68 | 0.47 |
| Hex | C8 | AD | 26 | 0 | E | 51 | 16 | 32 | 44 | 2F |
| Octal | 310 | 255 | 46 | 0 | 16 | 121 | 26 | 62 | 104 | 57 |
| Binary | 11001000 | 10101101 | 100110 | 0 | 1110 | 1010001 | 10110 | 110010 | 1000100 | 101111 |
Color Harmonies of #C8AD26
Complementary color
Monochromatic Colors of #C8AD26
Black with #C8AD26
Text Example
Text Example
White with #C8AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD26; }
p { color: rgb(200,173,38); }
H1.HeaderClassName
{
color: #C8AD26;
}
.AnyTagClassName
{
color: #C8AD26;
}
</style>
background-color css
<style>
a { background-color: #C8AD26; }
a { background-color: rgb(200,173,38); }
div.DivClassName
{
background-color: #C8AD26;
}
.BgClassName
{
background-color: #C8AD26;
}
</style>
border-color css
<style>
span { border-color: #C8AD26; }
span { border-color: rgb(200,173,38); }
td.TdClassName
{
border-color: #C8AD26;
}
.TagClassName
{
border-color: #C8AD26;
}
</style>