Shades of Earls Green #BAA526
Tints of Earls Green #BAA526
RGB
CMYK
RGB Variations
Color information
#BAA526 (or 0xBAA526) is known color: Earls Green. HEX triplet: BA, A5 and 26. RGB value is (186,165,38). Sum of RGB (Red+Green+Blue) = 186+165+38=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA526 is #455AD9. Grayscale: #9D9D9D. Windows color (decimal): -4545242 or 2532794. OLE color: 2532794.
HSL color Cylindrical-coordinate representation of color #BAA526: hue angle of 51.49º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAA526 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 38 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.27 |
| HSL | 51.49º | 0.66% | 0.44% | - |
| HSV(B) | 51.49º | 0.8% | 0.73% | - |
| XYZ | 34.05 | 37.49 | 7.28 | - |
| YUV | 156.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 38 | 0 | 0.11 | 0.80 | 0.27 | 51.49 | 0.66 | 0.44 |
| Hex | BA | A5 | 26 | 0 | B | 50 | 1B | 33 | 42 | 2C |
| Octal | 272 | 245 | 46 | 0 | 13 | 120 | 33 | 63 | 102 | 54 |
| Binary | 10111010 | 10100101 | 100110 | 0 | 1011 | 1010000 | 11011 | 110011 | 1000010 | 101100 |
Color Harmonies of #BAA526
Complementary color
Monochromatic Colors of #BAA526
Black with #BAA526
Text Example
Text Example
White with #BAA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA526; }
p { color: rgb(186,165,38); }
H1.HeaderClassName
{
color: #BAA526;
}
.AnyTagClassName
{
color: #BAA526;
}
</style>
background-color css
<style>
a { background-color: #BAA526; }
a { background-color: rgb(186,165,38); }
div.DivClassName
{
background-color: #BAA526;
}
.BgClassName
{
background-color: #BAA526;
}
</style>
border-color css
<style>
span { border-color: #BAA526; }
span { border-color: rgb(186,165,38); }
td.TdClassName
{
border-color: #BAA526;
}
.TagClassName
{
border-color: #BAA526;
}
</style>