Shades of Earls Green #C1B022
Tints of Earls Green #C1B022
RGB
CMYK
RGB Variations
Color information
#C1B022 (or 0xC1B022) is known color: Earls Green. HEX triplet: C1, B0 and 22. RGB value is (193,176,34). Sum of RGB (Red+Green+Blue) = 193+176+34=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B022 is #3E4FDD. Grayscale: #A5A5A5. Windows color (decimal): -4083678 or 2273473. OLE color: 2273473.
HSL color Cylindrical-coordinate representation of color #C1B022: hue angle of 53.58º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1B022 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 34 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.24 |
| HSL | 53.58º | 0.7% | 0.45% | - |
| HSV(B) | 53.58º | 0.82% | 0.76% | - |
| XYZ | 37.81 | 42.5 | 7.72 | - |
| YUV | 164.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 34 | 0 | 0.09 | 0.82 | 0.24 | 53.58 | 0.7 | 0.45 |
| Hex | C1 | B0 | 22 | 0 | 9 | 52 | 18 | 36 | 46 | 2D |
| Octal | 301 | 260 | 42 | 0 | 11 | 122 | 30 | 66 | 106 | 55 |
| Binary | 11000001 | 10110000 | 100010 | 0 | 1001 | 1010010 | 11000 | 110110 | 1000110 | 101101 |
Color Harmonies of #C1B022
Complementary color
Monochromatic Colors of #C1B022
Black with #C1B022
Text Example
Text Example
White with #C1B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B022; }
p { color: rgb(193,176,34); }
H1.HeaderClassName
{
color: #C1B022;
}
.AnyTagClassName
{
color: #C1B022;
}
</style>
background-color css
<style>
a { background-color: #C1B022; }
a { background-color: rgb(193,176,34); }
div.DivClassName
{
background-color: #C1B022;
}
.BgClassName
{
background-color: #C1B022;
}
</style>
border-color css
<style>
span { border-color: #C1B022; }
span { border-color: rgb(193,176,34); }
td.TdClassName
{
border-color: #C1B022;
}
.TagClassName
{
border-color: #C1B022;
}
</style>