Shades of Earls Green #C2AB26
Tints of Earls Green #C2AB26
RGB
CMYK
RGB Variations
Color information
#C2AB26 (or 0xC2AB26) is known color: Earls Green. HEX triplet: C2, AB and 26. RGB value is (194,171,38). Sum of RGB (Red+Green+Blue) = 194+171+38=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB26 is #3D54D9. Grayscale: #A3A3A3. Windows color (decimal): -4019418 or 2534338. OLE color: 2534338.
HSL color Cylindrical-coordinate representation of color #C2AB26: hue angle of 51.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2AB26 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 38 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.24 |
| HSL | 51.15º | 0.67% | 0.45% | - |
| HSV(B) | 51.15º | 0.8% | 0.76% | - |
| XYZ | 37.16 | 40.74 | 7.74 | - |
| YUV | 162.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 38 | 0 | 0.12 | 0.80 | 0.24 | 51.15 | 0.67 | 0.45 |
| Hex | C2 | AB | 26 | 0 | C | 50 | 18 | 33 | 43 | 2D |
| Octal | 302 | 253 | 46 | 0 | 14 | 120 | 30 | 63 | 103 | 55 |
| Binary | 11000010 | 10101011 | 100110 | 0 | 1100 | 1010000 | 11000 | 110011 | 1000011 | 101101 |
Color Harmonies of #C2AB26
Complementary color
Monochromatic Colors of #C2AB26
Black with #C2AB26
Text Example
Text Example
White with #C2AB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB26; }
p { color: rgb(194,171,38); }
H1.HeaderClassName
{
color: #C2AB26;
}
.AnyTagClassName
{
color: #C2AB26;
}
</style>
background-color css
<style>
a { background-color: #C2AB26; }
a { background-color: rgb(194,171,38); }
div.DivClassName
{
background-color: #C2AB26;
}
.BgClassName
{
background-color: #C2AB26;
}
</style>
border-color css
<style>
span { border-color: #C2AB26; }
span { border-color: rgb(194,171,38); }
td.TdClassName
{
border-color: #C2AB26;
}
.TagClassName
{
border-color: #C2AB26;
}
</style>