Shades of Earls Green #BAAE32
Tints of Earls Green #BAAE32
RGB
CMYK
RGB Variations
Color information
#BAAE32 (or 0xBAAE32) is known color: Earls Green. HEX triplet: BA, AE and 32. RGB value is (186,174,50). Sum of RGB (Red+Green+Blue) = 186+174+50=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE32 is #4551CD. Grayscale: #A3A3A3. Windows color (decimal): -4542926 or 3321530. OLE color: 3321530.
HSL color Cylindrical-coordinate representation of color #BAAE32: hue angle of 54.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAAE32 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 50 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.27 |
| HSL | 54.71º | 0.58% | 0.46% | - |
| HSV(B) | 54.71º | 0.73% | 0.73% | - |
| XYZ | 35.96 | 40.94 | 9.02 | - |
| YUV | 163.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 50 | 0 | 0.06 | 0.73 | 0.27 | 54.71 | 0.58 | 0.46 |
| Hex | BA | AE | 32 | 0 | 6 | 49 | 1B | 37 | 3A | 2E |
| Octal | 272 | 256 | 62 | 0 | 6 | 111 | 33 | 67 | 72 | 56 |
| Binary | 10111010 | 10101110 | 110010 | 0 | 110 | 1001001 | 11011 | 110111 | 111010 | 101110 |
Color Harmonies of #BAAE32
Complementary color
Monochromatic Colors of #BAAE32
Black with #BAAE32
Text Example
Text Example
White with #BAAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE32; }
p { color: rgb(186,174,50); }
H1.HeaderClassName
{
color: #BAAE32;
}
.AnyTagClassName
{
color: #BAAE32;
}
</style>
background-color css
<style>
a { background-color: #BAAE32; }
a { background-color: rgb(186,174,50); }
div.DivClassName
{
background-color: #BAAE32;
}
.BgClassName
{
background-color: #BAAE32;
}
</style>
border-color css
<style>
span { border-color: #BAAE32; }
span { border-color: rgb(186,174,50); }
td.TdClassName
{
border-color: #BAAE32;
}
.TagClassName
{
border-color: #BAAE32;
}
</style>