Shades of Earls Green #C2A628
Tints of Earls Green #C2A628
RGB
CMYK
RGB Variations
Color information
#C2A628 (or 0xC2A628) is known color: Earls Green. HEX triplet: C2, A6 and 28. RGB value is (194,166,40). Sum of RGB (Red+Green+Blue) = 194+166+40=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A628 is #3D59D7. Grayscale: #A0A0A0. Windows color (decimal): -4020696 or 2664130. OLE color: 2664130.
HSL color Cylindrical-coordinate representation of color #C2A628: hue angle of 49.09º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2A628 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 40 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.24 |
| HSL | 49.09º | 0.66% | 0.46% | - |
| HSV(B) | 49.09º | 0.79% | 0.76% | - |
| XYZ | 36.27 | 38.89 | 7.6 | - |
| YUV | 160.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 40 | 0 | 0.14 | 0.79 | 0.24 | 49.09 | 0.66 | 0.46 |
| Hex | C2 | A6 | 28 | 0 | E | 4F | 18 | 31 | 42 | 2E |
| Octal | 302 | 246 | 50 | 0 | 16 | 117 | 30 | 61 | 102 | 56 |
| Binary | 11000010 | 10100110 | 101000 | 0 | 1110 | 1001111 | 11000 | 110001 | 1000010 | 101110 |
Color Harmonies of #C2A628
Complementary color
Monochromatic Colors of #C2A628
Black with #C2A628
Text Example
Text Example
White with #C2A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A628; }
p { color: rgb(194,166,40); }
H1.HeaderClassName
{
color: #C2A628;
}
.AnyTagClassName
{
color: #C2A628;
}
</style>
background-color css
<style>
a { background-color: #C2A628; }
a { background-color: rgb(194,166,40); }
div.DivClassName
{
background-color: #C2A628;
}
.BgClassName
{
background-color: #C2A628;
}
</style>
border-color css
<style>
span { border-color: #C2A628; }
span { border-color: rgb(194,166,40); }
td.TdClassName
{
border-color: #C2A628;
}
.TagClassName
{
border-color: #C2A628;
}
</style>