Shades of Earls Green #C2B31E
Tints of Earls Green #C2B31E
RGB
CMYK
RGB Variations
Color information
#C2B31E (or 0xC2B31E) is known color: Earls Green. HEX triplet: C2, B3 and 1E. RGB value is (194,179,30). Sum of RGB (Red+Green+Blue) = 194+179+30=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B31E is #3D4CE1. Grayscale: #A7A7A7. Windows color (decimal): -4017378 or 2012098. OLE color: 2012098.
HSL color Cylindrical-coordinate representation of color #C2B31E: hue angle of 54.51º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2B31E is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 30 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.24 |
| HSL | 54.51º | 0.73% | 0.44% | - |
| HSV(B) | 54.51º | 0.85% | 0.76% | - |
| XYZ | 38.6 | 43.8 | 7.65 | - |
| YUV | 166.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 30 | 0 | 0.08 | 0.85 | 0.24 | 54.51 | 0.73 | 0.44 |
| Hex | C2 | B3 | 1E | 0 | 8 | 55 | 18 | 37 | 49 | 2C |
| Octal | 302 | 263 | 36 | 0 | 10 | 125 | 30 | 67 | 111 | 54 |
| Binary | 11000010 | 10110011 | 11110 | 0 | 1000 | 1010101 | 11000 | 110111 | 1001001 | 101100 |
Color Harmonies of #C2B31E
Complementary color
Monochromatic Colors of #C2B31E
Black with #C2B31E
Text Example
Text Example
White with #C2B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B31E; }
p { color: rgb(194,179,30); }
H1.HeaderClassName
{
color: #C2B31E;
}
.AnyTagClassName
{
color: #C2B31E;
}
</style>
background-color css
<style>
a { background-color: #C2B31E; }
a { background-color: rgb(194,179,30); }
div.DivClassName
{
background-color: #C2B31E;
}
.BgClassName
{
background-color: #C2B31E;
}
</style>
border-color css
<style>
span { border-color: #C2B31E; }
span { border-color: rgb(194,179,30); }
td.TdClassName
{
border-color: #C2B31E;
}
.TagClassName
{
border-color: #C2B31E;
}
</style>