Shades of Earls Green #C3A81B
Tints of Earls Green #C3A81B
RGB
CMYK
RGB Variations
Color information
#C3A81B (or 0xC3A81B) is known color: Earls Green. HEX triplet: C3, A8 and 1B. RGB value is (195,168,27). Sum of RGB (Red+Green+Blue) = 195+168+27=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A81B is #3C57E4. Grayscale: #A0A0A0. Windows color (decimal): -3954661 or 1812675. OLE color: 1812675.
HSL color Cylindrical-coordinate representation of color #C3A81B: hue angle of 50.36º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3A81B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 27 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.24 |
| HSL | 50.36º | 0.76% | 0.44% | - |
| HSV(B) | 50.36º | 0.86% | 0.76% | - |
| XYZ | 36.71 | 39.69 | 6.76 | - |
| YUV | 160 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 27 | 0 | 0.14 | 0.86 | 0.24 | 50.36 | 0.76 | 0.44 |
| Hex | C3 | A8 | 1B | 0 | E | 56 | 18 | 32 | 4C | 2C |
| Octal | 303 | 250 | 33 | 0 | 16 | 126 | 30 | 62 | 114 | 54 |
| Binary | 11000011 | 10101000 | 11011 | 0 | 1110 | 1010110 | 11000 | 110010 | 1001100 | 101100 |
Color Harmonies of #C3A81B
Complementary color
Monochromatic Colors of #C3A81B
Black with #C3A81B
Text Example
Text Example
White with #C3A81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A81B; }
p { color: rgb(195,168,27); }
H1.HeaderClassName
{
color: #C3A81B;
}
.AnyTagClassName
{
color: #C3A81B;
}
</style>
background-color css
<style>
a { background-color: #C3A81B; }
a { background-color: rgb(195,168,27); }
div.DivClassName
{
background-color: #C3A81B;
}
.BgClassName
{
background-color: #C3A81B;
}
</style>
border-color css
<style>
span { border-color: #C3A81B; }
span { border-color: rgb(195,168,27); }
td.TdClassName
{
border-color: #C3A81B;
}
.TagClassName
{
border-color: #C3A81B;
}
</style>