Shades of Earls Green #C1AF23
Tints of Earls Green #C1AF23
RGB
CMYK
RGB Variations
Color information
#C1AF23 (or 0xC1AF23) is known color: Earls Green. HEX triplet: C1, AF and 23. RGB value is (193,175,35). Sum of RGB (Red+Green+Blue) = 193+175+35=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF23 is #3E50DC. Grayscale: #A5A5A5. Windows color (decimal): -4083933 or 2338753. OLE color: 2338753.
HSL color Cylindrical-coordinate representation of color #C1AF23: hue angle of 53.16º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1AF23 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 35 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.24 |
| HSL | 53.16º | 0.69% | 0.45% | - |
| HSV(B) | 53.16º | 0.82% | 0.76% | - |
| XYZ | 37.63 | 42.12 | 7.74 | - |
| YUV | 164.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 35 | 0 | 0.09 | 0.82 | 0.24 | 53.16 | 0.69 | 0.45 |
| Hex | C1 | AF | 23 | 0 | 9 | 52 | 18 | 35 | 45 | 2D |
| Octal | 301 | 257 | 43 | 0 | 11 | 122 | 30 | 65 | 105 | 55 |
| Binary | 11000001 | 10101111 | 100011 | 0 | 1001 | 1010010 | 11000 | 110101 | 1000101 | 101101 |
Color Harmonies of #C1AF23
Complementary color
Monochromatic Colors of #C1AF23
Black with #C1AF23
Text Example
Text Example
White with #C1AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF23; }
p { color: rgb(193,175,35); }
H1.HeaderClassName
{
color: #C1AF23;
}
.AnyTagClassName
{
color: #C1AF23;
}
</style>
background-color css
<style>
a { background-color: #C1AF23; }
a { background-color: rgb(193,175,35); }
div.DivClassName
{
background-color: #C1AF23;
}
.BgClassName
{
background-color: #C1AF23;
}
</style>
border-color css
<style>
span { border-color: #C1AF23; }
span { border-color: rgb(193,175,35); }
td.TdClassName
{
border-color: #C1AF23;
}
.TagClassName
{
border-color: #C1AF23;
}
</style>