Shades of Earls Green #C2A51F
Tints of Earls Green #C2A51F
RGB
CMYK
RGB Variations
Color information
#C2A51F (or 0xC2A51F) is known color: Earls Green. HEX triplet: C2, A5 and 1F. RGB value is (194,165,31). Sum of RGB (Red+Green+Blue) = 194+165+31=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A51F is #3D5AE0. Grayscale: #9E9E9E. Windows color (decimal): -4020961 or 2074050. OLE color: 2074050.
HSL color Cylindrical-coordinate representation of color #C2A51F: hue angle of 49.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A51F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 31 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.24 |
| HSL | 49.33º | 0.72% | 0.44% | - |
| HSV(B) | 49.33º | 0.84% | 0.76% | - |
| XYZ | 35.95 | 38.48 | 6.83 | - |
| YUV | 158.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 31 | 0 | 0.15 | 0.84 | 0.24 | 49.33 | 0.72 | 0.44 |
| Hex | C2 | A5 | 1F | 0 | F | 54 | 18 | 31 | 48 | 2C |
| Octal | 302 | 245 | 37 | 0 | 17 | 124 | 30 | 61 | 110 | 54 |
| Binary | 11000010 | 10100101 | 11111 | 0 | 1111 | 1010100 | 11000 | 110001 | 1001000 | 101100 |
Color Harmonies of #C2A51F
Complementary color
Monochromatic Colors of #C2A51F
Black with #C2A51F
Text Example
Text Example
White with #C2A51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A51F; }
p { color: rgb(194,165,31); }
H1.HeaderClassName
{
color: #C2A51F;
}
.AnyTagClassName
{
color: #C2A51F;
}
</style>
background-color css
<style>
a { background-color: #C2A51F; }
a { background-color: rgb(194,165,31); }
div.DivClassName
{
background-color: #C2A51F;
}
.BgClassName
{
background-color: #C2A51F;
}
</style>
border-color css
<style>
span { border-color: #C2A51F; }
span { border-color: rgb(194,165,31); }
td.TdClassName
{
border-color: #C2A51F;
}
.TagClassName
{
border-color: #C2A51F;
}
</style>