Shades of Earls Green #C3A62B
Tints of Earls Green #C3A62B
RGB
CMYK
RGB Variations
Color information
#C3A62B (or 0xC3A62B) is known color: Earls Green. HEX triplet: C3, A6 and 2B. RGB value is (195,166,43). Sum of RGB (Red+Green+Blue) = 195+166+43=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A62B is #3C59D4. Grayscale: #A1A1A1. Windows color (decimal): -3955157 or 2860739. OLE color: 2860739.
HSL color Cylindrical-coordinate representation of color #C3A62B: hue angle of 48.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3A62B is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 43 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.24 |
| HSL | 48.55º | 0.64% | 0.47% | - |
| HSV(B) | 48.55º | 0.78% | 0.76% | - |
| XYZ | 36.58 | 39.05 | 7.89 | - |
| YUV | 160.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 43 | 0 | 0.15 | 0.78 | 0.24 | 48.55 | 0.64 | 0.47 |
| Hex | C3 | A6 | 2B | 0 | F | 4E | 18 | 31 | 40 | 2F |
| Octal | 303 | 246 | 53 | 0 | 17 | 116 | 30 | 61 | 100 | 57 |
| Binary | 11000011 | 10100110 | 101011 | 0 | 1111 | 1001110 | 11000 | 110001 | 1000000 | 101111 |
Color Harmonies of #C3A62B
Complementary color
Monochromatic Colors of #C3A62B
Black with #C3A62B
Text Example
Text Example
White with #C3A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A62B; }
p { color: rgb(195,166,43); }
H1.HeaderClassName
{
color: #C3A62B;
}
.AnyTagClassName
{
color: #C3A62B;
}
</style>
background-color css
<style>
a { background-color: #C3A62B; }
a { background-color: rgb(195,166,43); }
div.DivClassName
{
background-color: #C3A62B;
}
.BgClassName
{
background-color: #C3A62B;
}
</style>
border-color css
<style>
span { border-color: #C3A62B; }
span { border-color: rgb(195,166,43); }
td.TdClassName
{
border-color: #C3A62B;
}
.TagClassName
{
border-color: #C3A62B;
}
</style>