Shades of Earls Green #C2B42A
Tints of Earls Green #C2B42A
RGB
CMYK
RGB Variations
Color information
#C2B42A (or 0xC2B42A) is known color: Earls Green. HEX triplet: C2, B4 and 2A. RGB value is (194,180,42). Sum of RGB (Red+Green+Blue) = 194+180+42=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B42A is #3D4BD5. Grayscale: #A9A9A9. Windows color (decimal): -4017110 or 2798786. OLE color: 2798786.
HSL color Cylindrical-coordinate representation of color #C2B42A: hue angle of 54.47º 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 #C2B42A is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 42 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.24 |
| HSL | 54.47º | 0.64% | 0.46% | - |
| HSV(B) | 54.47º | 0.78% | 0.76% | - |
| XYZ | 38.99 | 44.28 | 8.68 | - |
| YUV | 168.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 42 | 0 | 0.07 | 0.78 | 0.24 | 54.47 | 0.64 | 0.46 |
| Hex | C2 | B4 | 2A | 0 | 7 | 4E | 18 | 36 | 40 | 2E |
| Octal | 302 | 264 | 52 | 0 | 7 | 116 | 30 | 66 | 100 | 56 |
| Binary | 11000010 | 10110100 | 101010 | 0 | 111 | 1001110 | 11000 | 110110 | 1000000 | 101110 |
Color Harmonies of #C2B42A
Complementary color
Monochromatic Colors of #C2B42A
Black with #C2B42A
Text Example
Text Example
White with #C2B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B42A; }
p { color: rgb(194,180,42); }
H1.HeaderClassName
{
color: #C2B42A;
}
.AnyTagClassName
{
color: #C2B42A;
}
</style>
background-color css
<style>
a { background-color: #C2B42A; }
a { background-color: rgb(194,180,42); }
div.DivClassName
{
background-color: #C2B42A;
}
.BgClassName
{
background-color: #C2B42A;
}
</style>
border-color css
<style>
span { border-color: #C2B42A; }
span { border-color: rgb(194,180,42); }
td.TdClassName
{
border-color: #C2B42A;
}
.TagClassName
{
border-color: #C2B42A;
}
</style>