Shades of Earls Green #C1AF2D
Tints of Earls Green #C1AF2D
RGB
CMYK
RGB Variations
Color information
#C1AF2D (or 0xC1AF2D) is known color: Earls Green. HEX triplet: C1, AF and 2D. RGB value is (193,175,45). Sum of RGB (Red+Green+Blue) = 193+175+45=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF2D is #3E50D2. Grayscale: #A6A6A6. Windows color (decimal): -4083923 or 2994113. OLE color: 2994113.
HSL color Cylindrical-coordinate representation of color #C1AF2D: hue angle of 52.7º 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 #C1AF2D is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 175 | 45 | - |
CMYK | 0 | 0.09 | 0.77 | 0.24 |
HSL | 52.7º | 0.62% | 0.47% | - |
HSV(B) | 52.7º | 0.77% | 0.76% | - |
XYZ | 37.8 | 42.19 | 8.63 | - |
YUV | 165.56 | 59.96 | 147.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 175 | 45 | 0 | 0.09 | 0.77 | 0.24 | 52.7 | 0.62 | 0.47 |
Hex | C1 | AF | 2D | 0 | 9 | 4D | 18 | 35 | 3E | 2F |
Octal | 301 | 257 | 55 | 0 | 11 | 115 | 30 | 65 | 76 | 57 |
Binary | 11000001 | 10101111 | 101101 | 0 | 1001 | 1001101 | 11000 | 110101 | 111110 | 101111 |
Color Harmonies of #C1AF2D
Complementary color
Monochromatic Colors of #C1AF2D
Black with #C1AF2D
Text Example
Text Example
White with #C1AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF2D; }
p { color: rgb(193,175,45); }
H1.HeaderClassName
{
color: #C1AF2D;
}
.AnyTagClassName
{
color: #C1AF2D;
}
</style>
background-color css
<style>
a { background-color: #C1AF2D; }
a { background-color: rgb(193,175,45); }
div.DivClassName
{
background-color: #C1AF2D;
}
.BgClassName
{
background-color: #C1AF2D;
}
</style>
border-color css
<style>
span { border-color: #C1AF2D; }
span { border-color: rgb(193,175,45); }
td.TdClassName
{
border-color: #C1AF2D;
}
.TagClassName
{
border-color: #C1AF2D;
}
</style>