Shades of Earls Green #C2B128
Tints of Earls Green #C2B128
RGB
CMYK
RGB Variations
Color information
#C2B128 (or 0xC2B128) is known color: Earls Green. HEX triplet: C2, B1 and 28. RGB value is (194,177,40). Sum of RGB (Red+Green+Blue) = 194+177+40=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B128 is #3D4ED7. Grayscale: #A7A7A7. Windows color (decimal): -4017880 or 2666946. OLE color: 2666946.
HSL color Cylindrical-coordinate representation of color #C2B128: hue angle of 53.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2B128 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 40 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.24 |
| HSL | 53.38º | 0.66% | 0.46% | - |
| HSV(B) | 53.38º | 0.79% | 0.76% | - |
| XYZ | 38.35 | 43.07 | 8.3 | - |
| YUV | 166.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 40 | 0 | 0.09 | 0.79 | 0.24 | 53.38 | 0.66 | 0.46 |
| Hex | C2 | B1 | 28 | 0 | 9 | 4F | 18 | 35 | 42 | 2E |
| Octal | 302 | 261 | 50 | 0 | 11 | 117 | 30 | 65 | 102 | 56 |
| Binary | 11000010 | 10110001 | 101000 | 0 | 1001 | 1001111 | 11000 | 110101 | 1000010 | 101110 |
Color Harmonies of #C2B128
Complementary color
Monochromatic Colors of #C2B128
Black with #C2B128
Text Example
Text Example
White with #C2B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B128; }
p { color: rgb(194,177,40); }
H1.HeaderClassName
{
color: #C2B128;
}
.AnyTagClassName
{
color: #C2B128;
}
</style>
background-color css
<style>
a { background-color: #C2B128; }
a { background-color: rgb(194,177,40); }
div.DivClassName
{
background-color: #C2B128;
}
.BgClassName
{
background-color: #C2B128;
}
</style>
border-color css
<style>
span { border-color: #C2B128; }
span { border-color: rgb(194,177,40); }
td.TdClassName
{
border-color: #C2B128;
}
.TagClassName
{
border-color: #C2B128;
}
</style>