Shades of Earls Green #C1B11D
Tints of Earls Green #C1B11D
RGB
CMYK
RGB Variations
Color information
#C1B11D (or 0xC1B11D) is known color: Earls Green. HEX triplet: C1, B1 and 1D. RGB value is (193,177,29). Sum of RGB (Red+Green+Blue) = 193+177+29=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B11D is #3E4EE2. Grayscale: #A5A5A5. Windows color (decimal): -4083427 or 1946049. OLE color: 1946049.
HSL color Cylindrical-coordinate representation of color #C1B11D: hue angle of 54.15º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1B11D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 29 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.24 |
| HSL | 54.15º | 0.74% | 0.44% | - |
| HSV(B) | 54.15º | 0.85% | 0.76% | - |
| XYZ | 37.94 | 42.87 | 7.44 | - |
| YUV | 164.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 29 | 0 | 0.08 | 0.85 | 0.24 | 54.15 | 0.74 | 0.44 |
| Hex | C1 | B1 | 1D | 0 | 8 | 55 | 18 | 36 | 4A | 2C |
| Octal | 301 | 261 | 35 | 0 | 10 | 125 | 30 | 66 | 112 | 54 |
| Binary | 11000001 | 10110001 | 11101 | 0 | 1000 | 1010101 | 11000 | 110110 | 1001010 | 101100 |
Color Harmonies of #C1B11D
Complementary color
Monochromatic Colors of #C1B11D
Black with #C1B11D
Text Example
Text Example
White with #C1B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B11D; }
p { color: rgb(193,177,29); }
H1.HeaderClassName
{
color: #C1B11D;
}
.AnyTagClassName
{
color: #C1B11D;
}
</style>
background-color css
<style>
a { background-color: #C1B11D; }
a { background-color: rgb(193,177,29); }
div.DivClassName
{
background-color: #C1B11D;
}
.BgClassName
{
background-color: #C1B11D;
}
</style>
border-color css
<style>
span { border-color: #C1B11D; }
span { border-color: rgb(193,177,29); }
td.TdClassName
{
border-color: #C1B11D;
}
.TagClassName
{
border-color: #C1B11D;
}
</style>