Shades of Earls Green #C3AD25
Tints of Earls Green #C3AD25
RGB
CMYK
RGB Variations
Color information
#C3AD25 (or 0xC3AD25) is known color: Earls Green. HEX triplet: C3, AD and 25. RGB value is (195,173,37). Sum of RGB (Red+Green+Blue) = 195+173+37=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD25 is #3C52DA. Grayscale: #A4A4A4. Windows color (decimal): -3953371 or 2469315. OLE color: 2469315.
HSL color Cylindrical-coordinate representation of color #C3AD25: hue angle of 51.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3AD25 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 37 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.24 |
| HSL | 51.65º | 0.68% | 0.45% | - |
| HSV(B) | 51.65º | 0.81% | 0.76% | - |
| XYZ | 37.78 | 41.62 | 7.79 | - |
| YUV | 164.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 37 | 0 | 0.11 | 0.81 | 0.24 | 51.65 | 0.68 | 0.45 |
| Hex | C3 | AD | 25 | 0 | B | 51 | 18 | 34 | 44 | 2D |
| Octal | 303 | 255 | 45 | 0 | 13 | 121 | 30 | 64 | 104 | 55 |
| Binary | 11000011 | 10101101 | 100101 | 0 | 1011 | 1010001 | 11000 | 110100 | 1000100 | 101101 |
Color Harmonies of #C3AD25
Complementary color
Monochromatic Colors of #C3AD25
Black with #C3AD25
Text Example
Text Example
White with #C3AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD25; }
p { color: rgb(195,173,37); }
H1.HeaderClassName
{
color: #C3AD25;
}
.AnyTagClassName
{
color: #C3AD25;
}
</style>
background-color css
<style>
a { background-color: #C3AD25; }
a { background-color: rgb(195,173,37); }
div.DivClassName
{
background-color: #C3AD25;
}
.BgClassName
{
background-color: #C3AD25;
}
</style>
border-color css
<style>
span { border-color: #C3AD25; }
span { border-color: rgb(195,173,37); }
td.TdClassName
{
border-color: #C3AD25;
}
.TagClassName
{
border-color: #C3AD25;
}
</style>