Shades of Earls Green #BAAF2A
Tints of Earls Green #BAAF2A
RGB
CMYK
RGB Variations
Color information
#BAAF2A (or 0xBAAF2A) is known color: Earls Green. HEX triplet: BA, AF and 2A. RGB value is (186,175,42). Sum of RGB (Red+Green+Blue) = 186+175+42=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF2A is #4550D5. Grayscale: #A3A3A3. Windows color (decimal): -4542678 or 2797498. OLE color: 2797498.
HSL color Cylindrical-coordinate representation of color #BAAF2A: hue angle of 55.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAAF2A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 42 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.27 |
| HSL | 55.42º | 0.63% | 0.45% | - |
| HSV(B) | 55.42º | 0.77% | 0.73% | - |
| XYZ | 36 | 41.27 | 8.26 | - |
| YUV | 163.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 42 | 0 | 0.06 | 0.77 | 0.27 | 55.42 | 0.63 | 0.45 |
| Hex | BA | AF | 2A | 0 | 6 | 4D | 1B | 37 | 3F | 2D |
| Octal | 272 | 257 | 52 | 0 | 6 | 115 | 33 | 67 | 77 | 55 |
| Binary | 10111010 | 10101111 | 101010 | 0 | 110 | 1001101 | 11011 | 110111 | 111111 | 101101 |
Color Harmonies of #BAAF2A
Complementary color
Monochromatic Colors of #BAAF2A
Black with #BAAF2A
Text Example
Text Example
White with #BAAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF2A; }
p { color: rgb(186,175,42); }
H1.HeaderClassName
{
color: #BAAF2A;
}
.AnyTagClassName
{
color: #BAAF2A;
}
</style>
background-color css
<style>
a { background-color: #BAAF2A; }
a { background-color: rgb(186,175,42); }
div.DivClassName
{
background-color: #BAAF2A;
}
.BgClassName
{
background-color: #BAAF2A;
}
</style>
border-color css
<style>
span { border-color: #BAAF2A; }
span { border-color: rgb(186,175,42); }
td.TdClassName
{
border-color: #BAAF2A;
}
.TagClassName
{
border-color: #BAAF2A;
}
</style>