Shades of Earls Green #C2AD30
Tints of Earls Green #C2AD30
RGB
CMYK
RGB Variations
Color information
#C2AD30 (or 0xC2AD30) is known color: Earls Green. HEX triplet: C2, AD and 30. RGB value is (194,173,48). Sum of RGB (Red+Green+Blue) = 194+173+48=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD30 is #3D52CF. Grayscale: #A5A5A5. Windows color (decimal): -4018896 or 3190210. OLE color: 3190210.
HSL color Cylindrical-coordinate representation of color #C2AD30: hue angle of 51.37º 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 #C2AD30 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 48 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.24 |
| HSL | 51.37º | 0.6% | 0.47% | - |
| HSV(B) | 51.37º | 0.75% | 0.76% | - |
| XYZ | 37.73 | 41.57 | 8.83 | - |
| YUV | 165.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 48 | 0 | 0.11 | 0.75 | 0.24 | 51.37 | 0.6 | 0.47 |
| Hex | C2 | AD | 30 | 0 | B | 4B | 18 | 33 | 3C | 2F |
| Octal | 302 | 255 | 60 | 0 | 13 | 113 | 30 | 63 | 74 | 57 |
| Binary | 11000010 | 10101101 | 110000 | 0 | 1011 | 1001011 | 11000 | 110011 | 111100 | 101111 |
Color Harmonies of #C2AD30
Complementary color
Monochromatic Colors of #C2AD30
Black with #C2AD30
Text Example
Text Example
White with #C2AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD30; }
p { color: rgb(194,173,48); }
H1.HeaderClassName
{
color: #C2AD30;
}
.AnyTagClassName
{
color: #C2AD30;
}
</style>
background-color css
<style>
a { background-color: #C2AD30; }
a { background-color: rgb(194,173,48); }
div.DivClassName
{
background-color: #C2AD30;
}
.BgClassName
{
background-color: #C2AD30;
}
</style>
border-color css
<style>
span { border-color: #C2AD30; }
span { border-color: rgb(194,173,48); }
td.TdClassName
{
border-color: #C2AD30;
}
.TagClassName
{
border-color: #C2AD30;
}
</style>