Shades of Earls Green #C1B118
Tints of Earls Green #C1B118
RGB
CMYK
RGB Variations
Color information
#C1B118 (or 0xC1B118) is known color: Earls Green. HEX triplet: C1, B1 and 18. RGB value is (193,177,24). Sum of RGB (Red+Green+Blue) = 193+177+24=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B118 is #3E4EE7. Grayscale: #A4A4A4. Windows color (decimal): -4083432 or 1618369. OLE color: 1618369.
HSL color Cylindrical-coordinate representation of color #C1B118: hue angle of 54.32º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1B118 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 24 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.24 |
| HSL | 54.32º | 0.78% | 0.43% | - |
| HSV(B) | 54.32º | 0.88% | 0.76% | - |
| XYZ | 37.88 | 42.85 | 7.14 | - |
| YUV | 164.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 24 | 0 | 0.08 | 0.88 | 0.24 | 54.32 | 0.78 | 0.43 |
| Hex | C1 | B1 | 18 | 0 | 8 | 58 | 18 | 36 | 4E | 2B |
| Octal | 301 | 261 | 30 | 0 | 10 | 130 | 30 | 66 | 116 | 53 |
| Binary | 11000001 | 10110001 | 11000 | 0 | 1000 | 1011000 | 11000 | 110110 | 1001110 | 101011 |
Color Harmonies of #C1B118
Complementary color
Monochromatic Colors of #C1B118
Black with #C1B118
Text Example
Text Example
White with #C1B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B118; }
p { color: rgb(193,177,24); }
H1.HeaderClassName
{
color: #C1B118;
}
.AnyTagClassName
{
color: #C1B118;
}
</style>
background-color css
<style>
a { background-color: #C1B118; }
a { background-color: rgb(193,177,24); }
div.DivClassName
{
background-color: #C1B118;
}
.BgClassName
{
background-color: #C1B118;
}
</style>
border-color css
<style>
span { border-color: #C1B118; }
span { border-color: rgb(193,177,24); }
td.TdClassName
{
border-color: #C1B118;
}
.TagClassName
{
border-color: #C1B118;
}
</style>