Shades of Earls Green #C2B41C
Tints of Earls Green #C2B41C
RGB
CMYK
RGB Variations
Color information
#C2B41C (or 0xC2B41C) is known color: Earls Green. HEX triplet: C2, B4 and 1C. RGB value is (194,180,28). Sum of RGB (Red+Green+Blue) = 194+180+28=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B41C is #3D4BE3. Grayscale: #A7A7A7. Windows color (decimal): -4017124 or 1881282. OLE color: 1881282.
HSL color Cylindrical-coordinate representation of color #C2B41C: hue angle of 54.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2B41C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 28 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.24 |
| HSL | 54.94º | 0.75% | 0.44% | - |
| HSV(B) | 54.94º | 0.86% | 0.76% | - |
| XYZ | 38.78 | 44.2 | 7.59 | - |
| YUV | 166.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 28 | 0 | 0.07 | 0.86 | 0.24 | 54.94 | 0.75 | 0.44 |
| Hex | C2 | B4 | 1C | 0 | 7 | 56 | 18 | 37 | 4B | 2C |
| Octal | 302 | 264 | 34 | 0 | 7 | 126 | 30 | 67 | 113 | 54 |
| Binary | 11000010 | 10110100 | 11100 | 0 | 111 | 1010110 | 11000 | 110111 | 1001011 | 101100 |
Color Harmonies of #C2B41C
Complementary color
Monochromatic Colors of #C2B41C
Black with #C2B41C
Text Example
Text Example
White with #C2B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B41C; }
p { color: rgb(194,180,28); }
H1.HeaderClassName
{
color: #C2B41C;
}
.AnyTagClassName
{
color: #C2B41C;
}
</style>
background-color css
<style>
a { background-color: #C2B41C; }
a { background-color: rgb(194,180,28); }
div.DivClassName
{
background-color: #C2B41C;
}
.BgClassName
{
background-color: #C2B41C;
}
</style>
border-color css
<style>
span { border-color: #C2B41C; }
span { border-color: rgb(194,180,28); }
td.TdClassName
{
border-color: #C2B41C;
}
.TagClassName
{
border-color: #C2B41C;
}
</style>