Shades of Earls Green #C2AE19
Tints of Earls Green #C2AE19
RGB
CMYK
RGB Variations
Color information
#C2AE19 (or 0xC2AE19) is known color: Earls Green. HEX triplet: C2, AE and 19. RGB value is (194,174,25). Sum of RGB (Red+Green+Blue) = 194+174+25=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE19 is #3D51E6. Grayscale: #A3A3A3. Windows color (decimal): -4018663 or 1683138. OLE color: 1683138.
HSL color Cylindrical-coordinate representation of color #C2AE19: hue angle of 52.9º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2AE19 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 25 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.24 |
| HSL | 52.9º | 0.77% | 0.43% | - |
| HSV(B) | 52.9º | 0.87% | 0.76% | - |
| XYZ | 37.56 | 41.81 | 7.01 | - |
| YUV | 162.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 25 | 0 | 0.10 | 0.87 | 0.24 | 52.9 | 0.77 | 0.43 |
| Hex | C2 | AE | 19 | 0 | A | 57 | 18 | 35 | 4D | 2B |
| Octal | 302 | 256 | 31 | 0 | 12 | 127 | 30 | 65 | 115 | 53 |
| Binary | 11000010 | 10101110 | 11001 | 0 | 1010 | 1010111 | 11000 | 110101 | 1001101 | 101011 |
Color Harmonies of #C2AE19
Complementary color
Monochromatic Colors of #C2AE19
Black with #C2AE19
Text Example
Text Example
White with #C2AE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE19; }
p { color: rgb(194,174,25); }
H1.HeaderClassName
{
color: #C2AE19;
}
.AnyTagClassName
{
color: #C2AE19;
}
</style>
background-color css
<style>
a { background-color: #C2AE19; }
a { background-color: rgb(194,174,25); }
div.DivClassName
{
background-color: #C2AE19;
}
.BgClassName
{
background-color: #C2AE19;
}
</style>
border-color css
<style>
span { border-color: #C2AE19; }
span { border-color: rgb(194,174,25); }
td.TdClassName
{
border-color: #C2AE19;
}
.TagClassName
{
border-color: #C2AE19;
}
</style>