Shades of Earls Green #C1BA27
Tints of Earls Green #C1BA27
RGB
CMYK
RGB Variations
Color information
#C1BA27 (or 0xC1BA27) is known color: Earls Green. HEX triplet: C1, BA and 27. RGB value is (193,186,39). Sum of RGB (Red+Green+Blue) = 193+186+39=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA27 is #3E45D8. Grayscale: #ABABAB. Windows color (decimal): -4081113 or 2603713. OLE color: 2603713.
HSL color Cylindrical-coordinate representation of color #C1BA27: hue angle of 57.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1BA27 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 39 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.24 |
| HSL | 57.27º | 0.66% | 0.45% | - |
| HSV(B) | 57.27º | 0.8% | 0.76% | - |
| XYZ | 39.92 | 46.6 | 8.81 | - |
| YUV | 171.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 39 | 0 | 0.04 | 0.80 | 0.24 | 57.27 | 0.66 | 0.45 |
| Hex | C1 | BA | 27 | 0 | 4 | 50 | 18 | 39 | 42 | 2D |
| Octal | 301 | 272 | 47 | 0 | 4 | 120 | 30 | 71 | 102 | 55 |
| Binary | 11000001 | 10111010 | 100111 | 0 | 100 | 1010000 | 11000 | 111001 | 1000010 | 101101 |
Color Harmonies of #C1BA27
Complementary color
Monochromatic Colors of #C1BA27
Black with #C1BA27
Text Example
Text Example
White with #C1BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA27; }
p { color: rgb(193,186,39); }
H1.HeaderClassName
{
color: #C1BA27;
}
.AnyTagClassName
{
color: #C1BA27;
}
</style>
background-color css
<style>
a { background-color: #C1BA27; }
a { background-color: rgb(193,186,39); }
div.DivClassName
{
background-color: #C1BA27;
}
.BgClassName
{
background-color: #C1BA27;
}
</style>
border-color css
<style>
span { border-color: #C1BA27; }
span { border-color: rgb(193,186,39); }
td.TdClassName
{
border-color: #C1BA27;
}
.TagClassName
{
border-color: #C1BA27;
}
</style>