Shades of Earls Green #C2B82A
Tints of Earls Green #C2B82A
RGB
CMYK
RGB Variations
Color information
#C2B82A (or 0xC2B82A) is known color: Earls Green. HEX triplet: C2, B8 and 2A. RGB value is (194,184,42). Sum of RGB (Red+Green+Blue) = 194+184+42=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B82A is #3D47D5. Grayscale: #ABABAB. Windows color (decimal): -4016086 or 2799810. OLE color: 2799810.
HSL color Cylindrical-coordinate representation of color #C2B82A: hue angle of 56.05º 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 #C2B82A is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 42 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.24 |
| HSL | 56.05º | 0.64% | 0.46% | - |
| HSV(B) | 56.05º | 0.78% | 0.76% | - |
| XYZ | 39.81 | 45.92 | 8.96 | - |
| YUV | 170.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 42 | 0 | 0.05 | 0.78 | 0.24 | 56.05 | 0.64 | 0.46 |
| Hex | C2 | B8 | 2A | 0 | 5 | 4E | 18 | 38 | 40 | 2E |
| Octal | 302 | 270 | 52 | 0 | 5 | 116 | 30 | 70 | 100 | 56 |
| Binary | 11000010 | 10111000 | 101010 | 0 | 101 | 1001110 | 11000 | 111000 | 1000000 | 101110 |
Color Harmonies of #C2B82A
Complementary color
Monochromatic Colors of #C2B82A
Black with #C2B82A
Text Example
Text Example
White with #C2B82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B82A; }
p { color: rgb(194,184,42); }
H1.HeaderClassName
{
color: #C2B82A;
}
.AnyTagClassName
{
color: #C2B82A;
}
</style>
background-color css
<style>
a { background-color: #C2B82A; }
a { background-color: rgb(194,184,42); }
div.DivClassName
{
background-color: #C2B82A;
}
.BgClassName
{
background-color: #C2B82A;
}
</style>
border-color css
<style>
span { border-color: #C2B82A; }
span { border-color: rgb(194,184,42); }
td.TdClassName
{
border-color: #C2B82A;
}
.TagClassName
{
border-color: #C2B82A;
}
</style>