Shades of Earls Green #C3AF21
Tints of Earls Green #C3AF21
RGB
CMYK
RGB Variations
Color information
#C3AF21 (or 0xC3AF21) is known color: Earls Green. HEX triplet: C3, AF and 21. RGB value is (195,175,33). Sum of RGB (Red+Green+Blue) = 195+175+33=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF21 is #3C50DE. Grayscale: #A5A5A5. Windows color (decimal): -3952863 or 2207683. OLE color: 2207683.
HSL color Cylindrical-coordinate representation of color #C3AF21: hue angle of 52.59º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3AF21 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 33 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.24 |
| HSL | 52.59º | 0.71% | 0.45% | - |
| HSV(B) | 52.59º | 0.83% | 0.76% | - |
| XYZ | 38.11 | 42.37 | 7.61 | - |
| YUV | 164.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 33 | 0 | 0.10 | 0.83 | 0.24 | 52.59 | 0.71 | 0.45 |
| Hex | C3 | AF | 21 | 0 | A | 53 | 18 | 35 | 47 | 2D |
| Octal | 303 | 257 | 41 | 0 | 12 | 123 | 30 | 65 | 107 | 55 |
| Binary | 11000011 | 10101111 | 100001 | 0 | 1010 | 1010011 | 11000 | 110101 | 1000111 | 101101 |
Color Harmonies of #C3AF21
Complementary color
Monochromatic Colors of #C3AF21
Black with #C3AF21
Text Example
Text Example
White with #C3AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF21; }
p { color: rgb(195,175,33); }
H1.HeaderClassName
{
color: #C3AF21;
}
.AnyTagClassName
{
color: #C3AF21;
}
</style>
background-color css
<style>
a { background-color: #C3AF21; }
a { background-color: rgb(195,175,33); }
div.DivClassName
{
background-color: #C3AF21;
}
.BgClassName
{
background-color: #C3AF21;
}
</style>
border-color css
<style>
span { border-color: #C3AF21; }
span { border-color: rgb(195,175,33); }
td.TdClassName
{
border-color: #C3AF21;
}
.TagClassName
{
border-color: #C3AF21;
}
</style>