Shades of Earls Green #BAAC28
Tints of Earls Green #BAAC28
RGB
CMYK
RGB Variations
Color information
#BAAC28 (or 0xBAAC28) is known color: Earls Green. HEX triplet: BA, AC and 28. RGB value is (186,172,40). Sum of RGB (Red+Green+Blue) = 186+172+40=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC28 is #4553D7. Grayscale: #A1A1A1. Windows color (decimal): -4543448 or 2665658. OLE color: 2665658.
HSL color Cylindrical-coordinate representation of color #BAAC28: hue angle of 54.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAAC28 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 40 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.27 |
| HSL | 54.25º | 0.65% | 0.44% | - |
| HSV(B) | 54.25º | 0.78% | 0.73% | - |
| XYZ | 35.39 | 40.1 | 7.88 | - |
| YUV | 161.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 40 | 0 | 0.08 | 0.78 | 0.27 | 54.25 | 0.65 | 0.44 |
| Hex | BA | AC | 28 | 0 | 8 | 4E | 1B | 36 | 41 | 2C |
| Octal | 272 | 254 | 50 | 0 | 10 | 116 | 33 | 66 | 101 | 54 |
| Binary | 10111010 | 10101100 | 101000 | 0 | 1000 | 1001110 | 11011 | 110110 | 1000001 | 101100 |
Color Harmonies of #BAAC28
Complementary color
Monochromatic Colors of #BAAC28
Black with #BAAC28
Text Example
Text Example
White with #BAAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC28; }
p { color: rgb(186,172,40); }
H1.HeaderClassName
{
color: #BAAC28;
}
.AnyTagClassName
{
color: #BAAC28;
}
</style>
background-color css
<style>
a { background-color: #BAAC28; }
a { background-color: rgb(186,172,40); }
div.DivClassName
{
background-color: #BAAC28;
}
.BgClassName
{
background-color: #BAAC28;
}
</style>
border-color css
<style>
span { border-color: #BAAC28; }
span { border-color: rgb(186,172,40); }
td.TdClassName
{
border-color: #BAAC28;
}
.TagClassName
{
border-color: #BAAC28;
}
</style>