Shades of Earls Green #C2B21B
Tints of Earls Green #C2B21B
RGB
CMYK
RGB Variations
Color information
#C2B21B (or 0xC2B21B) is known color: Earls Green. HEX triplet: C2, B2 and 1B. RGB value is (194,178,27). Sum of RGB (Red+Green+Blue) = 194+178+27=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B21B is #3D4DE4. Grayscale: #A6A6A6. Windows color (decimal): -4017637 or 1815234. OLE color: 1815234.
HSL color Cylindrical-coordinate representation of color #C2B21B: hue angle of 54.25º 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 #C2B21B is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 27 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.24 |
| HSL | 54.25º | 0.76% | 0.43% | - |
| HSV(B) | 54.25º | 0.86% | 0.76% | - |
| XYZ | 38.37 | 43.39 | 7.39 | - |
| YUV | 165.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 27 | 0 | 0.08 | 0.86 | 0.24 | 54.25 | 0.76 | 0.43 |
| Hex | C2 | B2 | 1B | 0 | 8 | 56 | 18 | 36 | 4C | 2B |
| Octal | 302 | 262 | 33 | 0 | 10 | 126 | 30 | 66 | 114 | 53 |
| Binary | 11000010 | 10110010 | 11011 | 0 | 1000 | 1010110 | 11000 | 110110 | 1001100 | 101011 |
Color Harmonies of #C2B21B
Complementary color
Monochromatic Colors of #C2B21B
Black with #C2B21B
Text Example
Text Example
White with #C2B21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B21B; }
p { color: rgb(194,178,27); }
H1.HeaderClassName
{
color: #C2B21B;
}
.AnyTagClassName
{
color: #C2B21B;
}
</style>
background-color css
<style>
a { background-color: #C2B21B; }
a { background-color: rgb(194,178,27); }
div.DivClassName
{
background-color: #C2B21B;
}
.BgClassName
{
background-color: #C2B21B;
}
</style>
border-color css
<style>
span { border-color: #C2B21B; }
span { border-color: rgb(194,178,27); }
td.TdClassName
{
border-color: #C2B21B;
}
.TagClassName
{
border-color: #C2B21B;
}
</style>