Shades of Earls Green #C3A628
Tints of Earls Green #C3A628
RGB
CMYK
RGB Variations
Color information
#C3A628 (or 0xC3A628) is known color: Earls Green. HEX triplet: C3, A6 and 28. RGB value is (195,166,40). Sum of RGB (Red+Green+Blue) = 195+166+40=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A628 is #3C59D7. Grayscale: #A0A0A0. Windows color (decimal): -3955160 or 2664131. OLE color: 2664131.
HSL color Cylindrical-coordinate representation of color #C3A628: hue angle of 48.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3A628 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 40 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.24 |
| HSL | 48.77º | 0.66% | 0.46% | - |
| HSV(B) | 48.77º | 0.79% | 0.76% | - |
| XYZ | 36.52 | 39.03 | 7.62 | - |
| YUV | 160.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 40 | 0 | 0.15 | 0.79 | 0.24 | 48.77 | 0.66 | 0.46 |
| Hex | C3 | A6 | 28 | 0 | F | 4F | 18 | 31 | 42 | 2E |
| Octal | 303 | 246 | 50 | 0 | 17 | 117 | 30 | 61 | 102 | 56 |
| Binary | 11000011 | 10100110 | 101000 | 0 | 1111 | 1001111 | 11000 | 110001 | 1000010 | 101110 |
Color Harmonies of #C3A628
Complementary color
Monochromatic Colors of #C3A628
Black with #C3A628
Text Example
Text Example
White with #C3A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A628; }
p { color: rgb(195,166,40); }
H1.HeaderClassName
{
color: #C3A628;
}
.AnyTagClassName
{
color: #C3A628;
}
</style>
background-color css
<style>
a { background-color: #C3A628; }
a { background-color: rgb(195,166,40); }
div.DivClassName
{
background-color: #C3A628;
}
.BgClassName
{
background-color: #C3A628;
}
</style>
border-color css
<style>
span { border-color: #C3A628; }
span { border-color: rgb(195,166,40); }
td.TdClassName
{
border-color: #C3A628;
}
.TagClassName
{
border-color: #C3A628;
}
</style>