Shades of Earls Green #C2AB2B
Tints of Earls Green #C2AB2B
RGB
CMYK
RGB Variations
Color information
#C2AB2B (or 0xC2AB2B) is known color: Earls Green. HEX triplet: C2, AB and 2B. RGB value is (194,171,43). Sum of RGB (Red+Green+Blue) = 194+171+43=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB2B is #3D54D4. Grayscale: #A3A3A3. Windows color (decimal): -4019413 or 2862018. OLE color: 2862018.
HSL color Cylindrical-coordinate representation of color #C2AB2B: hue angle of 50.86º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2AB2B is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 43 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.24 |
| HSL | 50.86º | 0.64% | 0.46% | - |
| HSV(B) | 50.86º | 0.78% | 0.76% | - |
| XYZ | 37.25 | 40.77 | 8.19 | - |
| YUV | 163.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 43 | 0 | 0.12 | 0.78 | 0.24 | 50.86 | 0.64 | 0.46 |
| Hex | C2 | AB | 2B | 0 | C | 4E | 18 | 33 | 40 | 2E |
| Octal | 302 | 253 | 53 | 0 | 14 | 116 | 30 | 63 | 100 | 56 |
| Binary | 11000010 | 10101011 | 101011 | 0 | 1100 | 1001110 | 11000 | 110011 | 1000000 | 101110 |
Color Harmonies of #C2AB2B
Complementary color
Monochromatic Colors of #C2AB2B
Black with #C2AB2B
Text Example
Text Example
White with #C2AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB2B; }
p { color: rgb(194,171,43); }
H1.HeaderClassName
{
color: #C2AB2B;
}
.AnyTagClassName
{
color: #C2AB2B;
}
</style>
background-color css
<style>
a { background-color: #C2AB2B; }
a { background-color: rgb(194,171,43); }
div.DivClassName
{
background-color: #C2AB2B;
}
.BgClassName
{
background-color: #C2AB2B;
}
</style>
border-color css
<style>
span { border-color: #C2AB2B; }
span { border-color: rgb(194,171,43); }
td.TdClassName
{
border-color: #C2AB2B;
}
.TagClassName
{
border-color: #C2AB2B;
}
</style>