Shades of Earls Green #C1B32C
Tints of Earls Green #C1B32C
RGB
CMYK
RGB Variations
Color information
#C1B32C (or 0xC1B32C) is known color: Earls Green. HEX triplet: C1, B3 and 2C. RGB value is (193,179,44). Sum of RGB (Red+Green+Blue) = 193+179+44=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B32C is #3E4CD3. Grayscale: #A8A8A8. Windows color (decimal): -4082900 or 2929601. OLE color: 2929601.
HSL color Cylindrical-coordinate representation of color #C1B32C: hue angle of 54.36º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1B32C is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 44 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.24 |
| HSL | 54.36º | 0.63% | 0.46% | - |
| HSV(B) | 54.36º | 0.77% | 0.76% | - |
| XYZ | 38.57 | 43.76 | 8.8 | - |
| YUV | 167.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 44 | 0 | 0.07 | 0.77 | 0.24 | 54.36 | 0.63 | 0.46 |
| Hex | C1 | B3 | 2C | 0 | 7 | 4D | 18 | 36 | 3F | 2E |
| Octal | 301 | 263 | 54 | 0 | 7 | 115 | 30 | 66 | 77 | 56 |
| Binary | 11000001 | 10110011 | 101100 | 0 | 111 | 1001101 | 11000 | 110110 | 111111 | 101110 |
Color Harmonies of #C1B32C
Complementary color
Monochromatic Colors of #C1B32C
Black with #C1B32C
Text Example
Text Example
White with #C1B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B32C; }
p { color: rgb(193,179,44); }
H1.HeaderClassName
{
color: #C1B32C;
}
.AnyTagClassName
{
color: #C1B32C;
}
</style>
background-color css
<style>
a { background-color: #C1B32C; }
a { background-color: rgb(193,179,44); }
div.DivClassName
{
background-color: #C1B32C;
}
.BgClassName
{
background-color: #C1B32C;
}
</style>
border-color css
<style>
span { border-color: #C1B32C; }
span { border-color: rgb(193,179,44); }
td.TdClassName
{
border-color: #C1B32C;
}
.TagClassName
{
border-color: #C1B32C;
}
</style>