Shades of Earls Green #A3A830
Tints of Earls Green #A3A830
RGB
CMYK
RGB Variations
Color information
#A3A830 (or 0xA3A830) is known color: Earls Green. HEX triplet: A3, A8 and 30. RGB value is (163,168,48). Sum of RGB (Red+Green+Blue) = 163+168+48=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A830 is #5C57CF. Grayscale: #999999. Windows color (decimal): -6051792 or 3188899. OLE color: 3188899.
HSL color Cylindrical-coordinate representation of color #A3A830: hue angle of 62.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3A830 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 48 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.34 |
| HSL | 62.5º | 0.56% | 0.42% | - |
| HSV(B) | 62.5º | 0.71% | 0.66% | - |
| XYZ | 29.64 | 36.01 | 8.18 | - |
| YUV | 152.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 48 | 0.03 | 0 | 0.71 | 0.34 | 62.5 | 0.56 | 0.42 |
| Hex | A3 | A8 | 30 | 3 | 0 | 47 | 22 | 3F | 38 | 2A |
| Octal | 243 | 250 | 60 | 3 | 0 | 107 | 42 | 77 | 70 | 52 |
| Binary | 10100011 | 10101000 | 110000 | 11 | 0 | 1000111 | 100010 | 111111 | 111000 | 101010 |
Color Harmonies of #A3A830
Complementary color
Monochromatic Colors of #A3A830
Black with #A3A830
Text Example
Text Example
White with #A3A830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A830; }
p { color: rgb(163,168,48); }
H1.HeaderClassName
{
color: #A3A830;
}
.AnyTagClassName
{
color: #A3A830;
}
</style>
background-color css
<style>
a { background-color: #A3A830; }
a { background-color: rgb(163,168,48); }
div.DivClassName
{
background-color: #A3A830;
}
.BgClassName
{
background-color: #A3A830;
}
</style>
border-color css
<style>
span { border-color: #A3A830; }
span { border-color: rgb(163,168,48); }
td.TdClassName
{
border-color: #A3A830;
}
.TagClassName
{
border-color: #A3A830;
}
</style>