Shades of Earls Green #C1A61B
Tints of Earls Green #C1A61B
RGB
CMYK
RGB Variations
Color information
#C1A61B (or 0xC1A61B) is known color: Earls Green. HEX triplet: C1, A6 and 1B. RGB value is (193,166,27). Sum of RGB (Red+Green+Blue) = 193+166+27=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A61B is #3E59E4. Grayscale: #9E9E9E. Windows color (decimal): -4086245 or 1812161. OLE color: 1812161.
HSL color Cylindrical-coordinate representation of color #C1A61B: hue angle of 50.24º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1A61B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 27 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.24 |
| HSL | 50.24º | 0.75% | 0.43% | - |
| HSV(B) | 50.24º | 0.86% | 0.76% | - |
| XYZ | 35.83 | 38.69 | 6.62 | - |
| YUV | 158.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 27 | 0 | 0.14 | 0.86 | 0.24 | 50.24 | 0.75 | 0.43 |
| Hex | C1 | A6 | 1B | 0 | E | 56 | 18 | 32 | 4B | 2B |
| Octal | 301 | 246 | 33 | 0 | 16 | 126 | 30 | 62 | 113 | 53 |
| Binary | 11000001 | 10100110 | 11011 | 0 | 1110 | 1010110 | 11000 | 110010 | 1001011 | 101011 |
Color Harmonies of #C1A61B
Complementary color
Monochromatic Colors of #C1A61B
Black with #C1A61B
Text Example
Text Example
White with #C1A61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A61B; }
p { color: rgb(193,166,27); }
H1.HeaderClassName
{
color: #C1A61B;
}
.AnyTagClassName
{
color: #C1A61B;
}
</style>
background-color css
<style>
a { background-color: #C1A61B; }
a { background-color: rgb(193,166,27); }
div.DivClassName
{
background-color: #C1A61B;
}
.BgClassName
{
background-color: #C1A61B;
}
</style>
border-color css
<style>
span { border-color: #C1A61B; }
span { border-color: rgb(193,166,27); }
td.TdClassName
{
border-color: #C1A61B;
}
.TagClassName
{
border-color: #C1A61B;
}
</style>