Shades of Earls Green #C1B321
Tints of Earls Green #C1B321
RGB
CMYK
RGB Variations
Color information
#C1B321 (or 0xC1B321) is known color: Earls Green. HEX triplet: C1, B3 and 21. RGB value is (193,179,33). Sum of RGB (Red+Green+Blue) = 193+179+33=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B321 is #3E4CDE. Grayscale: #A7A7A7. Windows color (decimal): -4082911 or 2208705. OLE color: 2208705.
HSL color Cylindrical-coordinate representation of color #C1B321: hue angle of 54.75º 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 #C1B321 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 33 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.24 |
| HSL | 54.75º | 0.71% | 0.44% | - |
| HSV(B) | 54.75º | 0.83% | 0.76% | - |
| XYZ | 38.39 | 43.69 | 7.85 | - |
| YUV | 166.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 33 | 0 | 0.07 | 0.83 | 0.24 | 54.75 | 0.71 | 0.44 |
| Hex | C1 | B3 | 21 | 0 | 7 | 53 | 18 | 37 | 47 | 2C |
| Octal | 301 | 263 | 41 | 0 | 7 | 123 | 30 | 67 | 107 | 54 |
| Binary | 11000001 | 10110011 | 100001 | 0 | 111 | 1010011 | 11000 | 110111 | 1000111 | 101100 |
Color Harmonies of #C1B321
Complementary color
Monochromatic Colors of #C1B321
Black with #C1B321
Text Example
Text Example
White with #C1B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B321; }
p { color: rgb(193,179,33); }
H1.HeaderClassName
{
color: #C1B321;
}
.AnyTagClassName
{
color: #C1B321;
}
</style>
background-color css
<style>
a { background-color: #C1B321; }
a { background-color: rgb(193,179,33); }
div.DivClassName
{
background-color: #C1B321;
}
.BgClassName
{
background-color: #C1B321;
}
</style>
border-color css
<style>
span { border-color: #C1B321; }
span { border-color: rgb(193,179,33); }
td.TdClassName
{
border-color: #C1B321;
}
.TagClassName
{
border-color: #C1B321;
}
</style>