Shades of Earls Green #BAAF24
Tints of Earls Green #BAAF24
RGB
CMYK
RGB Variations
Color information
#BAAF24 (or 0xBAAF24) is known color: Earls Green. HEX triplet: BA, AF and 24. RGB value is (186,175,36). Sum of RGB (Red+Green+Blue) = 186+175+36=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF24 is #4550DB. Grayscale: #A3A3A3. Windows color (decimal): -4542684 or 2404282. OLE color: 2404282.
HSL color Cylindrical-coordinate representation of color #BAAF24: hue angle of 55.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAAF24 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 36 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.27 |
| HSL | 55.6º | 0.68% | 0.44% | - |
| HSV(B) | 55.6º | 0.81% | 0.73% | - |
| XYZ | 35.9 | 41.23 | 7.73 | - |
| YUV | 162.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 36 | 0 | 0.06 | 0.81 | 0.27 | 55.6 | 0.68 | 0.44 |
| Hex | BA | AF | 24 | 0 | 6 | 51 | 1B | 38 | 44 | 2C |
| Octal | 272 | 257 | 44 | 0 | 6 | 121 | 33 | 70 | 104 | 54 |
| Binary | 10111010 | 10101111 | 100100 | 0 | 110 | 1010001 | 11011 | 111000 | 1000100 | 101100 |
Color Harmonies of #BAAF24
Complementary color
Monochromatic Colors of #BAAF24
Black with #BAAF24
Text Example
Text Example
White with #BAAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF24; }
p { color: rgb(186,175,36); }
H1.HeaderClassName
{
color: #BAAF24;
}
.AnyTagClassName
{
color: #BAAF24;
}
</style>
background-color css
<style>
a { background-color: #BAAF24; }
a { background-color: rgb(186,175,36); }
div.DivClassName
{
background-color: #BAAF24;
}
.BgClassName
{
background-color: #BAAF24;
}
</style>
border-color css
<style>
span { border-color: #BAAF24; }
span { border-color: rgb(186,175,36); }
td.TdClassName
{
border-color: #BAAF24;
}
.TagClassName
{
border-color: #BAAF24;
}
</style>