Shades of Earls Green #BAAC30
Tints of Earls Green #BAAC30
RGB
CMYK
RGB Variations
Color information
#BAAC30 (or 0xBAAC30) is known color: Earls Green. HEX triplet: BA, AC and 30. RGB value is (186,172,48). Sum of RGB (Red+Green+Blue) = 186+172+48=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC30 is #4553CF. Grayscale: #A2A2A2. Windows color (decimal): -4543440 or 3189946. OLE color: 3189946.
HSL color Cylindrical-coordinate representation of color #BAAC30: hue angle of 53.91º 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 #BAAC30 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 48 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.27 |
| HSL | 53.91º | 0.59% | 0.46% | - |
| HSV(B) | 53.91º | 0.74% | 0.73% | - |
| XYZ | 35.54 | 40.16 | 8.67 | - |
| YUV | 162.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 48 | 0 | 0.08 | 0.74 | 0.27 | 53.91 | 0.59 | 0.46 |
| Hex | BA | AC | 30 | 0 | 8 | 4A | 1B | 36 | 3B | 2E |
| Octal | 272 | 254 | 60 | 0 | 10 | 112 | 33 | 66 | 73 | 56 |
| Binary | 10111010 | 10101100 | 110000 | 0 | 1000 | 1001010 | 11011 | 110110 | 111011 | 101110 |
Color Harmonies of #BAAC30
Complementary color
Monochromatic Colors of #BAAC30
Black with #BAAC30
Text Example
Text Example
White with #BAAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC30; }
p { color: rgb(186,172,48); }
H1.HeaderClassName
{
color: #BAAC30;
}
.AnyTagClassName
{
color: #BAAC30;
}
</style>
background-color css
<style>
a { background-color: #BAAC30; }
a { background-color: rgb(186,172,48); }
div.DivClassName
{
background-color: #BAAC30;
}
.BgClassName
{
background-color: #BAAC30;
}
</style>
border-color css
<style>
span { border-color: #BAAC30; }
span { border-color: rgb(186,172,48); }
td.TdClassName
{
border-color: #BAAC30;
}
.TagClassName
{
border-color: #BAAC30;
}
</style>