Shades of Earls Green #BAA223
Tints of Earls Green #BAA223
RGB
CMYK
RGB Variations
Color information
#BAA223 (or 0xBAA223) is known color: Earls Green. HEX triplet: BA, A2 and 23. RGB value is (186,162,35). Sum of RGB (Red+Green+Blue) = 186+162+35=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA223 is #455DDC. Grayscale: #9B9B9B. Windows color (decimal): -4546013 or 2335418. OLE color: 2335418.
HSL color Cylindrical-coordinate representation of color #BAA223: hue angle of 50.46º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAA223 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 35 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.27 |
| HSL | 50.46º | 0.68% | 0.43% | - |
| HSV(B) | 50.46º | 0.81% | 0.73% | - |
| XYZ | 33.47 | 36.4 | 6.85 | - |
| YUV | 154.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 35 | 0 | 0.13 | 0.81 | 0.27 | 50.46 | 0.68 | 0.43 |
| Hex | BA | A2 | 23 | 0 | D | 51 | 1B | 32 | 44 | 2B |
| Octal | 272 | 242 | 43 | 0 | 15 | 121 | 33 | 62 | 104 | 53 |
| Binary | 10111010 | 10100010 | 100011 | 0 | 1101 | 1010001 | 11011 | 110010 | 1000100 | 101011 |
Color Harmonies of #BAA223
Complementary color
Monochromatic Colors of #BAA223
Black with #BAA223
Text Example
Text Example
White with #BAA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA223; }
p { color: rgb(186,162,35); }
H1.HeaderClassName
{
color: #BAA223;
}
.AnyTagClassName
{
color: #BAA223;
}
</style>
background-color css
<style>
a { background-color: #BAA223; }
a { background-color: rgb(186,162,35); }
div.DivClassName
{
background-color: #BAA223;
}
.BgClassName
{
background-color: #BAA223;
}
</style>
border-color css
<style>
span { border-color: #BAA223; }
span { border-color: rgb(186,162,35); }
td.TdClassName
{
border-color: #BAA223;
}
.TagClassName
{
border-color: #BAA223;
}
</style>