Shades of Earls Green #C2B31B
Tints of Earls Green #C2B31B
RGB
CMYK
RGB Variations
Color information
#C2B31B (or 0xC2B31B) is known color: Earls Green. HEX triplet: C2, B3 and 1B. RGB value is (194,179,27). Sum of RGB (Red+Green+Blue) = 194+179+27=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B31B is #3D4CE4. Grayscale: #A6A6A6. Windows color (decimal): -4017381 or 1815490. OLE color: 1815490.
HSL color Cylindrical-coordinate representation of color #C2B31B: hue angle of 54.61º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2B31B is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 27 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.24 |
| HSL | 54.61º | 0.76% | 0.43% | - |
| HSV(B) | 54.61º | 0.86% | 0.76% | - |
| XYZ | 38.57 | 43.79 | 7.46 | - |
| YUV | 166.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 27 | 0 | 0.08 | 0.86 | 0.24 | 54.61 | 0.76 | 0.43 |
| Hex | C2 | B3 | 1B | 0 | 8 | 56 | 18 | 37 | 4C | 2B |
| Octal | 302 | 263 | 33 | 0 | 10 | 126 | 30 | 67 | 114 | 53 |
| Binary | 11000010 | 10110011 | 11011 | 0 | 1000 | 1010110 | 11000 | 110111 | 1001100 | 101011 |
Color Harmonies of #C2B31B
Complementary color
Monochromatic Colors of #C2B31B
Black with #C2B31B
Text Example
Text Example
White with #C2B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B31B; }
p { color: rgb(194,179,27); }
H1.HeaderClassName
{
color: #C2B31B;
}
.AnyTagClassName
{
color: #C2B31B;
}
</style>
background-color css
<style>
a { background-color: #C2B31B; }
a { background-color: rgb(194,179,27); }
div.DivClassName
{
background-color: #C2B31B;
}
.BgClassName
{
background-color: #C2B31B;
}
</style>
border-color css
<style>
span { border-color: #C2B31B; }
span { border-color: rgb(194,179,27); }
td.TdClassName
{
border-color: #C2B31B;
}
.TagClassName
{
border-color: #C2B31B;
}
</style>