Shades of Earls Green #C3AE2D
Tints of Earls Green #C3AE2D
RGB
CMYK
RGB Variations
Color information
#C3AE2D (or 0xC3AE2D) is known color: Earls Green. HEX triplet: C3, AE and 2D. RGB value is (195,174,45). Sum of RGB (Red+Green+Blue) = 195+174+45=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AE2D is #3C51D2. Grayscale: #A6A6A6. Windows color (decimal): -3953107 or 2993859. OLE color: 2993859.
HSL color Cylindrical-coordinate representation of color #C3AE2D: hue angle of 51.6º 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 #C3AE2D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 174 | 45 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.24 |
| HSL | 51.6º | 0.63% | 0.47% | - |
| HSV(B) | 51.6º | 0.77% | 0.76% | - |
| XYZ | 38.12 | 42.06 | 8.59 | - |
| YUV | 165.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 45 | 0 | 0.11 | 0.77 | 0.24 | 51.6 | 0.63 | 0.47 |
| Hex | C3 | AE | 2D | 0 | B | 4D | 18 | 34 | 3E | 2F |
| Octal | 303 | 256 | 55 | 0 | 13 | 115 | 30 | 64 | 76 | 57 |
| Binary | 11000011 | 10101110 | 101101 | 0 | 1011 | 1001101 | 11000 | 110100 | 111110 | 101111 |
Color Harmonies of #C3AE2D
Complementary color
Monochromatic Colors of #C3AE2D
Black with #C3AE2D
Text Example
Text Example
White with #C3AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AE2D; }
p { color: rgb(195,174,45); }
H1.HeaderClassName
{
color: #C3AE2D;
}
.AnyTagClassName
{
color: #C3AE2D;
}
</style>
background-color css
<style>
a { background-color: #C3AE2D; }
a { background-color: rgb(195,174,45); }
div.DivClassName
{
background-color: #C3AE2D;
}
.BgClassName
{
background-color: #C3AE2D;
}
</style>
border-color css
<style>
span { border-color: #C3AE2D; }
span { border-color: rgb(195,174,45); }
td.TdClassName
{
border-color: #C3AE2D;
}
.TagClassName
{
border-color: #C3AE2D;
}
</style>