Shades of Earls Green #BBA91B
Tints of Earls Green #BBA91B
RGB
CMYK
RGB Variations
Color information
#BBA91B (or 0xBBA91B) is known color: Earls Green. HEX triplet: BB, A9 and 1B. RGB value is (187,169,27). Sum of RGB (Red+Green+Blue) = 187+169+27=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA91B is #4456E4. Grayscale: #9E9E9E. Windows color (decimal): -4478693 or 1812923. OLE color: 1812923.
HSL color Cylindrical-coordinate representation of color #BBA91B: hue angle of 53.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA91B is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 27 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.27 |
| HSL | 53.25º | 0.75% | 0.42% | - |
| HSV(B) | 53.25º | 0.86% | 0.73% | - |
| XYZ | 34.88 | 39.02 | 6.73 | - |
| YUV | 158.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 27 | 0 | 0.10 | 0.86 | 0.27 | 53.25 | 0.75 | 0.42 |
| Hex | BB | A9 | 1B | 0 | A | 56 | 1B | 35 | 4B | 2A |
| Octal | 273 | 251 | 33 | 0 | 12 | 126 | 33 | 65 | 113 | 52 |
| Binary | 10111011 | 10101001 | 11011 | 0 | 1010 | 1010110 | 11011 | 110101 | 1001011 | 101010 |
Color Harmonies of #BBA91B
Complementary color
Monochromatic Colors of #BBA91B
Black with #BBA91B
Text Example
Text Example
White with #BBA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA91B; }
p { color: rgb(187,169,27); }
H1.HeaderClassName
{
color: #BBA91B;
}
.AnyTagClassName
{
color: #BBA91B;
}
</style>
background-color css
<style>
a { background-color: #BBA91B; }
a { background-color: rgb(187,169,27); }
div.DivClassName
{
background-color: #BBA91B;
}
.BgClassName
{
background-color: #BBA91B;
}
</style>
border-color css
<style>
span { border-color: #BBA91B; }
span { border-color: rgb(187,169,27); }
td.TdClassName
{
border-color: #BBA91B;
}
.TagClassName
{
border-color: #BBA91B;
}
</style>