Shades of Earls Green #C2B51C
Tints of Earls Green #C2B51C
RGB
CMYK
RGB Variations
Color information
#C2B51C (or 0xC2B51C) is known color: Earls Green. HEX triplet: C2, B5 and 1C. RGB value is (194,181,28). Sum of RGB (Red+Green+Blue) = 194+181+28=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B51C is #3D4AE3. Grayscale: #A8A8A8. Windows color (decimal): -4016868 or 1881538. OLE color: 1881538.
HSL color Cylindrical-coordinate representation of color #C2B51C: hue angle of 55.3º 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 #C2B51C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 28 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.24 |
| HSL | 55.3º | 0.75% | 0.44% | - |
| HSV(B) | 55.3º | 0.86% | 0.76% | - |
| XYZ | 38.98 | 44.6 | 7.65 | - |
| YUV | 167.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 28 | 0 | 0.07 | 0.86 | 0.24 | 55.3 | 0.75 | 0.44 |
| Hex | C2 | B5 | 1C | 0 | 7 | 56 | 18 | 37 | 4B | 2C |
| Octal | 302 | 265 | 34 | 0 | 7 | 126 | 30 | 67 | 113 | 54 |
| Binary | 11000010 | 10110101 | 11100 | 0 | 111 | 1010110 | 11000 | 110111 | 1001011 | 101100 |
Color Harmonies of #C2B51C
Complementary color
Monochromatic Colors of #C2B51C
Black with #C2B51C
Text Example
Text Example
White with #C2B51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B51C; }
p { color: rgb(194,181,28); }
H1.HeaderClassName
{
color: #C2B51C;
}
.AnyTagClassName
{
color: #C2B51C;
}
</style>
background-color css
<style>
a { background-color: #C2B51C; }
a { background-color: rgb(194,181,28); }
div.DivClassName
{
background-color: #C2B51C;
}
.BgClassName
{
background-color: #C2B51C;
}
</style>
border-color css
<style>
span { border-color: #C2B51C; }
span { border-color: rgb(194,181,28); }
td.TdClassName
{
border-color: #C2B51C;
}
.TagClassName
{
border-color: #C2B51C;
}
</style>