Shades of Earls Green #BAA830
Tints of Earls Green #BAA830
RGB
CMYK
RGB Variations
Color information
#BAA830 (or 0xBAA830) is known color: Earls Green. HEX triplet: BA, A8 and 30. RGB value is (186,168,48). Sum of RGB (Red+Green+Blue) = 186+168+48=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA830 is #4557CF. Grayscale: #A0A0A0. Windows color (decimal): -4544464 or 3188922. OLE color: 3188922.
HSL color Cylindrical-coordinate representation of color #BAA830: hue angle of 52.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAA830 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 48 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.27 |
| HSL | 52.17º | 0.59% | 0.46% | - |
| HSV(B) | 52.17º | 0.74% | 0.73% | - |
| XYZ | 34.79 | 38.66 | 8.42 | - |
| YUV | 159.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 48 | 0 | 0.10 | 0.74 | 0.27 | 52.17 | 0.59 | 0.46 |
| Hex | BA | A8 | 30 | 0 | A | 4A | 1B | 34 | 3B | 2E |
| Octal | 272 | 250 | 60 | 0 | 12 | 112 | 33 | 64 | 73 | 56 |
| Binary | 10111010 | 10101000 | 110000 | 0 | 1010 | 1001010 | 11011 | 110100 | 111011 | 101110 |
Color Harmonies of #BAA830
Complementary color
Monochromatic Colors of #BAA830
Black with #BAA830
Text Example
Text Example
White with #BAA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA830; }
p { color: rgb(186,168,48); }
H1.HeaderClassName
{
color: #BAA830;
}
.AnyTagClassName
{
color: #BAA830;
}
</style>
background-color css
<style>
a { background-color: #BAA830; }
a { background-color: rgb(186,168,48); }
div.DivClassName
{
background-color: #BAA830;
}
.BgClassName
{
background-color: #BAA830;
}
</style>
border-color css
<style>
span { border-color: #BAA830; }
span { border-color: rgb(186,168,48); }
td.TdClassName
{
border-color: #BAA830;
}
.TagClassName
{
border-color: #BAA830;
}
</style>