Shades of Earls Green #C1AA2D
Tints of Earls Green #C1AA2D
RGB
CMYK
RGB Variations
Color information
#C1AA2D (or 0xC1AA2D) is known color: Earls Green. HEX triplet: C1, AA and 2D. RGB value is (193,170,45). Sum of RGB (Red+Green+Blue) = 193+170+45=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA2D is #3E55D2. Grayscale: #A3A3A3. Windows color (decimal): -4085203 or 2992833. OLE color: 2992833.
HSL color Cylindrical-coordinate representation of color #C1AA2D: hue angle of 50.68º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1AA2D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 170 | 45 | - |
CMYK | 0 | 0.12 | 0.77 | 0.24 |
HSL | 50.68º | 0.62% | 0.47% | - |
HSV(B) | 50.68º | 0.77% | 0.76% | - |
XYZ | 36.84 | 40.28 | 8.32 | - |
YUV | 162.63 | 61.62 | 149.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 170 | 45 | 0 | 0.12 | 0.77 | 0.24 | 50.68 | 0.62 | 0.47 |
Hex | C1 | AA | 2D | 0 | C | 4D | 18 | 33 | 3E | 2F |
Octal | 301 | 252 | 55 | 0 | 14 | 115 | 30 | 63 | 76 | 57 |
Binary | 11000001 | 10101010 | 101101 | 0 | 1100 | 1001101 | 11000 | 110011 | 111110 | 101111 |
Color Harmonies of #C1AA2D
Complementary color
Monochromatic Colors of #C1AA2D
Black with #C1AA2D
Text Example
Text Example
White with #C1AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA2D; }
p { color: rgb(193,170,45); }
H1.HeaderClassName
{
color: #C1AA2D;
}
.AnyTagClassName
{
color: #C1AA2D;
}
</style>
background-color css
<style>
a { background-color: #C1AA2D; }
a { background-color: rgb(193,170,45); }
div.DivClassName
{
background-color: #C1AA2D;
}
.BgClassName
{
background-color: #C1AA2D;
}
</style>
border-color css
<style>
span { border-color: #C1AA2D; }
span { border-color: rgb(193,170,45); }
td.TdClassName
{
border-color: #C1AA2D;
}
.TagClassName
{
border-color: #C1AA2D;
}
</style>