Shades of Earls Green #C1AF1C
Tints of Earls Green #C1AF1C
RGB
CMYK
RGB Variations
Color information
#C1AF1C (or 0xC1AF1C) is known color: Earls Green. HEX triplet: C1, AF and 1C. RGB value is (193,175,28). Sum of RGB (Red+Green+Blue) = 193+175+28=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF1C is #3E50E3. Grayscale: #A4A4A4. Windows color (decimal): -4083940 or 1880001. OLE color: 1880001.
HSL color Cylindrical-coordinate representation of color #C1AF1C: hue angle of 53.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1AF1C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 28 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.24 |
| HSL | 53.45º | 0.75% | 0.43% | - |
| HSV(B) | 53.45º | 0.85% | 0.76% | - |
| XYZ | 37.53 | 42.08 | 7.24 | - |
| YUV | 163.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 28 | 0 | 0.09 | 0.85 | 0.24 | 53.45 | 0.75 | 0.43 |
| Hex | C1 | AF | 1C | 0 | 9 | 55 | 18 | 35 | 4B | 2B |
| Octal | 301 | 257 | 34 | 0 | 11 | 125 | 30 | 65 | 113 | 53 |
| Binary | 11000001 | 10101111 | 11100 | 0 | 1001 | 1010101 | 11000 | 110101 | 1001011 | 101011 |
Color Harmonies of #C1AF1C
Complementary color
Monochromatic Colors of #C1AF1C
Black with #C1AF1C
Text Example
Text Example
White with #C1AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF1C; }
p { color: rgb(193,175,28); }
H1.HeaderClassName
{
color: #C1AF1C;
}
.AnyTagClassName
{
color: #C1AF1C;
}
</style>
background-color css
<style>
a { background-color: #C1AF1C; }
a { background-color: rgb(193,175,28); }
div.DivClassName
{
background-color: #C1AF1C;
}
.BgClassName
{
background-color: #C1AF1C;
}
</style>
border-color css
<style>
span { border-color: #C1AF1C; }
span { border-color: rgb(193,175,28); }
td.TdClassName
{
border-color: #C1AF1C;
}
.TagClassName
{
border-color: #C1AF1C;
}
</style>