Shades of Earls Green #C2AF1E
Tints of Earls Green #C2AF1E
RGB
CMYK
RGB Variations
Color information
#C2AF1E (or 0xC2AF1E) is known color: Earls Green. HEX triplet: C2, AF and 1E. RGB value is (194,175,30). Sum of RGB (Red+Green+Blue) = 194+175+30=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF1E is #3D50E1. Grayscale: #A4A4A4. Windows color (decimal): -4018402 or 2011074. OLE color: 2011074.
HSL color Cylindrical-coordinate representation of color #C2AF1E: hue angle of 53.05º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2AF1E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 175 | 30 | - |
CMYK | 0 | 0.10 | 0.85 | 0.24 |
HSL | 53.05º | 0.73% | 0.44% | - |
HSV(B) | 53.05º | 0.85% | 0.76% | - |
XYZ | 37.81 | 42.22 | 7.39 | - |
YUV | 164.15 | 52.29 | 149.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 30 | 0 | 0.10 | 0.85 | 0.24 | 53.05 | 0.73 | 0.44 |
Hex | C2 | AF | 1E | 0 | A | 55 | 18 | 35 | 49 | 2C |
Octal | 302 | 257 | 36 | 0 | 12 | 125 | 30 | 65 | 111 | 54 |
Binary | 11000010 | 10101111 | 11110 | 0 | 1010 | 1010101 | 11000 | 110101 | 1001001 | 101100 |
Color Harmonies of #C2AF1E
Complementary color
Monochromatic Colors of #C2AF1E
Black with #C2AF1E
Text Example
Text Example
White with #C2AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF1E; }
p { color: rgb(194,175,30); }
H1.HeaderClassName
{
color: #C2AF1E;
}
.AnyTagClassName
{
color: #C2AF1E;
}
</style>
background-color css
<style>
a { background-color: #C2AF1E; }
a { background-color: rgb(194,175,30); }
div.DivClassName
{
background-color: #C2AF1E;
}
.BgClassName
{
background-color: #C2AF1E;
}
</style>
border-color css
<style>
span { border-color: #C2AF1E; }
span { border-color: rgb(194,175,30); }
td.TdClassName
{
border-color: #C2AF1E;
}
.TagClassName
{
border-color: #C2AF1E;
}
</style>