Shades of Earls Green #C2B61F
Tints of Earls Green #C2B61F
RGB
CMYK
RGB Variations
Color information
#C2B61F (or 0xC2B61F) is known color: Earls Green. HEX triplet: C2, B6 and 1F. RGB value is (194,182,31). Sum of RGB (Red+Green+Blue) = 194+182+31=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B61F is #3D49E0. Grayscale: #A8A8A8. Windows color (decimal): -4016609 or 2078402. OLE color: 2078402.
HSL color Cylindrical-coordinate representation of color #C2B61F: hue angle of 55.58º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2B61F is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 31 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.24 |
| HSL | 55.58º | 0.72% | 0.44% | - |
| HSV(B) | 55.58º | 0.84% | 0.76% | - |
| XYZ | 39.22 | 45.02 | 7.92 | - |
| YUV | 168.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 31 | 0 | 0.06 | 0.84 | 0.24 | 55.58 | 0.72 | 0.44 |
| Hex | C2 | B6 | 1F | 0 | 6 | 54 | 18 | 38 | 48 | 2C |
| Octal | 302 | 266 | 37 | 0 | 6 | 124 | 30 | 70 | 110 | 54 |
| Binary | 11000010 | 10110110 | 11111 | 0 | 110 | 1010100 | 11000 | 111000 | 1001000 | 101100 |
Color Harmonies of #C2B61F
Complementary color
Monochromatic Colors of #C2B61F
Black with #C2B61F
Text Example
Text Example
White with #C2B61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B61F; }
p { color: rgb(194,182,31); }
H1.HeaderClassName
{
color: #C2B61F;
}
.AnyTagClassName
{
color: #C2B61F;
}
</style>
background-color css
<style>
a { background-color: #C2B61F; }
a { background-color: rgb(194,182,31); }
div.DivClassName
{
background-color: #C2B61F;
}
.BgClassName
{
background-color: #C2B61F;
}
</style>
border-color css
<style>
span { border-color: #C2B61F; }
span { border-color: rgb(194,182,31); }
td.TdClassName
{
border-color: #C2B61F;
}
.TagClassName
{
border-color: #C2B61F;
}
</style>