Shades of Earls Green #BBAC2F
Tints of Earls Green #BBAC2F
RGB
CMYK
RGB Variations
Color information
#BBAC2F (or 0xBBAC2F) is known color: Earls Green. HEX triplet: BB, AC and 2F. RGB value is (187,172,47). Sum of RGB (Red+Green+Blue) = 187+172+47=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC2F is #4453D0. Grayscale: #A2A2A2. Windows color (decimal): -4477905 or 3124411. OLE color: 3124411.
HSL color Cylindrical-coordinate representation of color #BBAC2F: hue angle of 53.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBAC2F is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 47 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.27 |
| HSL | 53.57º | 0.6% | 0.46% | - |
| HSV(B) | 53.57º | 0.75% | 0.73% | - |
| XYZ | 35.76 | 40.28 | 8.58 | - |
| YUV | 162.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 47 | 0 | 0.08 | 0.75 | 0.27 | 53.57 | 0.6 | 0.46 |
| Hex | BB | AC | 2F | 0 | 8 | 4B | 1B | 36 | 3C | 2E |
| Octal | 273 | 254 | 57 | 0 | 10 | 113 | 33 | 66 | 74 | 56 |
| Binary | 10111011 | 10101100 | 101111 | 0 | 1000 | 1001011 | 11011 | 110110 | 111100 | 101110 |
Color Harmonies of #BBAC2F
Complementary color
Monochromatic Colors of #BBAC2F
Black with #BBAC2F
Text Example
Text Example
White with #BBAC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC2F; }
p { color: rgb(187,172,47); }
H1.HeaderClassName
{
color: #BBAC2F;
}
.AnyTagClassName
{
color: #BBAC2F;
}
</style>
background-color css
<style>
a { background-color: #BBAC2F; }
a { background-color: rgb(187,172,47); }
div.DivClassName
{
background-color: #BBAC2F;
}
.BgClassName
{
background-color: #BBAC2F;
}
</style>
border-color css
<style>
span { border-color: #BBAC2F; }
span { border-color: rgb(187,172,47); }
td.TdClassName
{
border-color: #BBAC2F;
}
.TagClassName
{
border-color: #BBAC2F;
}
</style>