Shades of Earls Green #C2AE30
Tints of Earls Green #C2AE30
RGB
CMYK
RGB Variations
Color information
#C2AE30 (or 0xC2AE30) is known color: Earls Green. HEX triplet: C2, AE and 30. RGB value is (194,174,48). Sum of RGB (Red+Green+Blue) = 194+174+48=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE30 is #3D51CF. Grayscale: #A6A6A6. Windows color (decimal): -4018640 or 3190466. OLE color: 3190466.
HSL color Cylindrical-coordinate representation of color #C2AE30: hue angle of 51.78º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2AE30 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 48 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.24 |
| HSL | 51.78º | 0.6% | 0.47% | - |
| HSV(B) | 51.78º | 0.75% | 0.76% | - |
| XYZ | 37.92 | 41.95 | 8.9 | - |
| YUV | 165.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 48 | 0 | 0.10 | 0.75 | 0.24 | 51.78 | 0.6 | 0.47 |
| Hex | C2 | AE | 30 | 0 | A | 4B | 18 | 34 | 3C | 2F |
| Octal | 302 | 256 | 60 | 0 | 12 | 113 | 30 | 64 | 74 | 57 |
| Binary | 11000010 | 10101110 | 110000 | 0 | 1010 | 1001011 | 11000 | 110100 | 111100 | 101111 |
Color Harmonies of #C2AE30
Complementary color
Monochromatic Colors of #C2AE30
Black with #C2AE30
Text Example
Text Example
White with #C2AE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE30; }
p { color: rgb(194,174,48); }
H1.HeaderClassName
{
color: #C2AE30;
}
.AnyTagClassName
{
color: #C2AE30;
}
</style>
background-color css
<style>
a { background-color: #C2AE30; }
a { background-color: rgb(194,174,48); }
div.DivClassName
{
background-color: #C2AE30;
}
.BgClassName
{
background-color: #C2AE30;
}
</style>
border-color css
<style>
span { border-color: #C2AE30; }
span { border-color: rgb(194,174,48); }
td.TdClassName
{
border-color: #C2AE30;
}
.TagClassName
{
border-color: #C2AE30;
}
</style>