Shades of Earls Green #C1B821
Tints of Earls Green #C1B821
RGB
CMYK
RGB Variations
Color information
#C1B821 (or 0xC1B821) is known color: Earls Green. HEX triplet: C1, B8 and 21. RGB value is (193,184,33). Sum of RGB (Red+Green+Blue) = 193+184+33=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B821 is #3E47DE. Grayscale: #AAAAAA. Windows color (decimal): -4081631 or 2209985. OLE color: 2209985.
HSL color Cylindrical-coordinate representation of color #C1B821: hue angle of 56.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1B821 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 184 | 33 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.24 |
| HSL | 56.63º | 0.71% | 0.44% | - |
| HSV(B) | 56.63º | 0.83% | 0.76% | - |
| XYZ | 39.41 | 45.73 | 8.19 | - |
| YUV | 169.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 33 | 0 | 0.05 | 0.83 | 0.24 | 56.63 | 0.71 | 0.44 |
| Hex | C1 | B8 | 21 | 0 | 5 | 53 | 18 | 39 | 47 | 2C |
| Octal | 301 | 270 | 41 | 0 | 5 | 123 | 30 | 71 | 107 | 54 |
| Binary | 11000001 | 10111000 | 100001 | 0 | 101 | 1010011 | 11000 | 111001 | 1000111 | 101100 |
Color Harmonies of #C1B821
Complementary color
Monochromatic Colors of #C1B821
Black with #C1B821
Text Example
Text Example
White with #C1B821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B821; }
p { color: rgb(193,184,33); }
H1.HeaderClassName
{
color: #C1B821;
}
.AnyTagClassName
{
color: #C1B821;
}
</style>
background-color css
<style>
a { background-color: #C1B821; }
a { background-color: rgb(193,184,33); }
div.DivClassName
{
background-color: #C1B821;
}
.BgClassName
{
background-color: #C1B821;
}
</style>
border-color css
<style>
span { border-color: #C1B821; }
span { border-color: rgb(193,184,33); }
td.TdClassName
{
border-color: #C1B821;
}
.TagClassName
{
border-color: #C1B821;
}
</style>