Shades of Earls Green #BBA82F
Tints of Earls Green #BBA82F
RGB
CMYK
RGB Variations
Color information
#BBA82F (or 0xBBA82F) is known color: Earls Green. HEX triplet: BB, A8 and 2F. RGB value is (187,168,47). Sum of RGB (Red+Green+Blue) = 187+168+47=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA82F is #4457D0. Grayscale: #A0A0A0. Windows color (decimal): -4478929 or 3123387. OLE color: 3123387.
HSL color Cylindrical-coordinate representation of color #BBA82F: hue angle of 51.86º 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 #BBA82F is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 47 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.27 |
| HSL | 51.86º | 0.6% | 0.46% | - |
| HSV(B) | 51.86º | 0.75% | 0.73% | - |
| XYZ | 35.01 | 38.78 | 8.33 | - |
| YUV | 159.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 47 | 0 | 0.10 | 0.75 | 0.27 | 51.86 | 0.6 | 0.46 |
| Hex | BB | A8 | 2F | 0 | A | 4B | 1B | 34 | 3C | 2E |
| Octal | 273 | 250 | 57 | 0 | 12 | 113 | 33 | 64 | 74 | 56 |
| Binary | 10111011 | 10101000 | 101111 | 0 | 1010 | 1001011 | 11011 | 110100 | 111100 | 101110 |
Color Harmonies of #BBA82F
Complementary color
Monochromatic Colors of #BBA82F
Black with #BBA82F
Text Example
Text Example
White with #BBA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA82F; }
p { color: rgb(187,168,47); }
H1.HeaderClassName
{
color: #BBA82F;
}
.AnyTagClassName
{
color: #BBA82F;
}
</style>
background-color css
<style>
a { background-color: #BBA82F; }
a { background-color: rgb(187,168,47); }
div.DivClassName
{
background-color: #BBA82F;
}
.BgClassName
{
background-color: #BBA82F;
}
</style>
border-color css
<style>
span { border-color: #BBA82F; }
span { border-color: rgb(187,168,47); }
td.TdClassName
{
border-color: #BBA82F;
}
.TagClassName
{
border-color: #BBA82F;
}
</style>