Shades of Earls Green #C5AC28
Tints of Earls Green #C5AC28
RGB
CMYK
RGB Variations
Color information
#C5AC28 (or 0xC5AC28) is known color: Earls Green. HEX triplet: C5, AC and 28. RGB value is (197,172,40). Sum of RGB (Red+Green+Blue) = 197+172+40=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC28 is #3A53D7. Grayscale: #A4A4A4. Windows color (decimal): -3822552 or 2665669. OLE color: 2665669.
HSL color Cylindrical-coordinate representation of color #C5AC28: hue angle of 50.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5AC28 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 40 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.23 |
| HSL | 50.45º | 0.66% | 0.46% | - |
| HSV(B) | 50.45º | 0.8% | 0.77% | - |
| XYZ | 38.16 | 41.53 | 8.01 | - |
| YUV | 164.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 40 | 0 | 0.13 | 0.80 | 0.23 | 50.45 | 0.66 | 0.46 |
| Hex | C5 | AC | 28 | 0 | D | 50 | 17 | 32 | 42 | 2E |
| Octal | 305 | 254 | 50 | 0 | 15 | 120 | 27 | 62 | 102 | 56 |
| Binary | 11000101 | 10101100 | 101000 | 0 | 1101 | 1010000 | 10111 | 110010 | 1000010 | 101110 |
Color Harmonies of #C5AC28
Complementary color
Monochromatic Colors of #C5AC28
Black with #C5AC28
Text Example
Text Example
White with #C5AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC28; }
p { color: rgb(197,172,40); }
H1.HeaderClassName
{
color: #C5AC28;
}
.AnyTagClassName
{
color: #C5AC28;
}
</style>
background-color css
<style>
a { background-color: #C5AC28; }
a { background-color: rgb(197,172,40); }
div.DivClassName
{
background-color: #C5AC28;
}
.BgClassName
{
background-color: #C5AC28;
}
</style>
border-color css
<style>
span { border-color: #C5AC28; }
span { border-color: rgb(197,172,40); }
td.TdClassName
{
border-color: #C5AC28;
}
.TagClassName
{
border-color: #C5AC28;
}
</style>