Shades of Earls Green #C3AD2F
Tints of Earls Green #C3AD2F
RGB
CMYK
RGB Variations
Color information
#C3AD2F (or 0xC3AD2F) is known color: Earls Green. HEX triplet: C3, AD and 2F. RGB value is (195,173,47). Sum of RGB (Red+Green+Blue) = 195+173+47=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD2F is #3C52D0. Grayscale: #A5A5A5. Windows color (decimal): -3953361 or 3124675. OLE color: 3124675.
HSL color Cylindrical-coordinate representation of color #C3AD2F: hue angle of 51.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3AD2F is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 47 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.24 |
| HSL | 51.08º | 0.61% | 0.47% | - |
| HSV(B) | 51.08º | 0.76% | 0.76% | - |
| XYZ | 37.96 | 41.69 | 8.74 | - |
| YUV | 165.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 47 | 0 | 0.11 | 0.76 | 0.24 | 51.08 | 0.61 | 0.47 |
| Hex | C3 | AD | 2F | 0 | B | 4C | 18 | 33 | 3D | 2F |
| Octal | 303 | 255 | 57 | 0 | 13 | 114 | 30 | 63 | 75 | 57 |
| Binary | 11000011 | 10101101 | 101111 | 0 | 1011 | 1001100 | 11000 | 110011 | 111101 | 101111 |
Color Harmonies of #C3AD2F
Complementary color
Monochromatic Colors of #C3AD2F
Black with #C3AD2F
Text Example
Text Example
White with #C3AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD2F; }
p { color: rgb(195,173,47); }
H1.HeaderClassName
{
color: #C3AD2F;
}
.AnyTagClassName
{
color: #C3AD2F;
}
</style>
background-color css
<style>
a { background-color: #C3AD2F; }
a { background-color: rgb(195,173,47); }
div.DivClassName
{
background-color: #C3AD2F;
}
.BgClassName
{
background-color: #C3AD2F;
}
</style>
border-color css
<style>
span { border-color: #C3AD2F; }
span { border-color: rgb(195,173,47); }
td.TdClassName
{
border-color: #C3AD2F;
}
.TagClassName
{
border-color: #C3AD2F;
}
</style>