Shades of Earls Green #C3AF1C
Tints of Earls Green #C3AF1C
RGB
CMYK
RGB Variations
Color information
#C3AF1C (or 0xC3AF1C) is known color: Earls Green. HEX triplet: C3, AF and 1C. RGB value is (195,175,28). Sum of RGB (Red+Green+Blue) = 195+175+28=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF1C is #3C50E3. Grayscale: #A4A4A4. Windows color (decimal): -3952868 or 1880003. OLE color: 1880003.
HSL color Cylindrical-coordinate representation of color #C3AF1C: hue angle of 52.81º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3AF1C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 28 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.24 |
| HSL | 52.81º | 0.75% | 0.44% | - |
| HSV(B) | 52.81º | 0.86% | 0.76% | - |
| XYZ | 38.05 | 42.35 | 7.27 | - |
| YUV | 164.22 | 51.13 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 28 | 0 | 0.10 | 0.86 | 0.24 | 52.81 | 0.75 | 0.44 |
| Hex | C3 | AF | 1C | 0 | A | 56 | 18 | 35 | 4B | 2C |
| Octal | 303 | 257 | 34 | 0 | 12 | 126 | 30 | 65 | 113 | 54 |
| Binary | 11000011 | 10101111 | 11100 | 0 | 1010 | 1010110 | 11000 | 110101 | 1001011 | 101100 |
Color Harmonies of #C3AF1C
Complementary color
Monochromatic Colors of #C3AF1C
Black with #C3AF1C
Text Example
Text Example
White with #C3AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF1C; }
p { color: rgb(195,175,28); }
H1.HeaderClassName
{
color: #C3AF1C;
}
.AnyTagClassName
{
color: #C3AF1C;
}
</style>
background-color css
<style>
a { background-color: #C3AF1C; }
a { background-color: rgb(195,175,28); }
div.DivClassName
{
background-color: #C3AF1C;
}
.BgClassName
{
background-color: #C3AF1C;
}
</style>
border-color css
<style>
span { border-color: #C3AF1C; }
span { border-color: rgb(195,175,28); }
td.TdClassName
{
border-color: #C3AF1C;
}
.TagClassName
{
border-color: #C3AF1C;
}
</style>