Shades of Earls Green #BBA91F
Tints of Earls Green #BBA91F
RGB
CMYK
RGB Variations
Color information
#BBA91F (or 0xBBA91F) is known color: Earls Green. HEX triplet: BB, A9 and 1F. RGB value is (187,169,31). Sum of RGB (Red+Green+Blue) = 187+169+31=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA91F is #4456E0. Grayscale: #9F9F9F. Windows color (decimal): -4478689 or 2075067. OLE color: 2075067.
HSL color Cylindrical-coordinate representation of color #BBA91F: hue angle of 53.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA91F is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 31 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.27 |
| HSL | 53.08º | 0.72% | 0.43% | - |
| HSV(B) | 53.08º | 0.83% | 0.73% | - |
| XYZ | 34.93 | 39.04 | 6.99 | - |
| YUV | 158.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 31 | 0 | 0.10 | 0.83 | 0.27 | 53.08 | 0.72 | 0.43 |
| Hex | BB | A9 | 1F | 0 | A | 53 | 1B | 35 | 48 | 2B |
| Octal | 273 | 251 | 37 | 0 | 12 | 123 | 33 | 65 | 110 | 53 |
| Binary | 10111011 | 10101001 | 11111 | 0 | 1010 | 1010011 | 11011 | 110101 | 1001000 | 101011 |
Color Harmonies of #BBA91F
Complementary color
Monochromatic Colors of #BBA91F
Black with #BBA91F
Text Example
Text Example
White with #BBA91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA91F; }
p { color: rgb(187,169,31); }
H1.HeaderClassName
{
color: #BBA91F;
}
.AnyTagClassName
{
color: #BBA91F;
}
</style>
background-color css
<style>
a { background-color: #BBA91F; }
a { background-color: rgb(187,169,31); }
div.DivClassName
{
background-color: #BBA91F;
}
.BgClassName
{
background-color: #BBA91F;
}
</style>
border-color css
<style>
span { border-color: #BBA91F; }
span { border-color: rgb(187,169,31); }
td.TdClassName
{
border-color: #BBA91F;
}
.TagClassName
{
border-color: #BBA91F;
}
</style>