Shades of Earls Green #BBA92B
Tints of Earls Green #BBA92B
RGB
CMYK
RGB Variations
Color information
#BBA92B (or 0xBBA92B) is known color: Earls Green. HEX triplet: BB, A9 and 2B. RGB value is (187,169,43). Sum of RGB (Red+Green+Blue) = 187+169+43=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA92B is #4456D4. Grayscale: #A0A0A0. Windows color (decimal): -4478677 or 2861499. OLE color: 2861499.
HSL color Cylindrical-coordinate representation of color #BBA92B: hue angle of 52.5º 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 #BBA92B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 43 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.27 |
| HSL | 52.5º | 0.63% | 0.45% | - |
| HSV(B) | 52.5º | 0.77% | 0.73% | - |
| XYZ | 35.12 | 39.12 | 7.98 | - |
| YUV | 160.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 43 | 0 | 0.10 | 0.77 | 0.27 | 52.5 | 0.63 | 0.45 |
| Hex | BB | A9 | 2B | 0 | A | 4D | 1B | 34 | 3F | 2D |
| Octal | 273 | 251 | 53 | 0 | 12 | 115 | 33 | 64 | 77 | 55 |
| Binary | 10111011 | 10101001 | 101011 | 0 | 1010 | 1001101 | 11011 | 110100 | 111111 | 101101 |
Color Harmonies of #BBA92B
Complementary color
Monochromatic Colors of #BBA92B
Black with #BBA92B
Text Example
Text Example
White with #BBA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA92B; }
p { color: rgb(187,169,43); }
H1.HeaderClassName
{
color: #BBA92B;
}
.AnyTagClassName
{
color: #BBA92B;
}
</style>
background-color css
<style>
a { background-color: #BBA92B; }
a { background-color: rgb(187,169,43); }
div.DivClassName
{
background-color: #BBA92B;
}
.BgClassName
{
background-color: #BBA92B;
}
</style>
border-color css
<style>
span { border-color: #BBA92B; }
span { border-color: rgb(187,169,43); }
td.TdClassName
{
border-color: #BBA92B;
}
.TagClassName
{
border-color: #BBA92B;
}
</style>