Shades of Earls Green #BBA82A
Tints of Earls Green #BBA82A
RGB
CMYK
RGB Variations
Color information
#BBA82A (or 0xBBA82A) is known color: Earls Green. HEX triplet: BB, A8 and 2A. RGB value is (187,168,42). Sum of RGB (Red+Green+Blue) = 187+168+42=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA82A is #4457D5. Grayscale: #9F9F9F. Windows color (decimal): -4478934 or 2795707. OLE color: 2795707.
HSL color Cylindrical-coordinate representation of color #BBA82A: hue angle of 52.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBA82A is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 42 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.27 |
| HSL | 52.14º | 0.63% | 0.45% | - |
| HSV(B) | 52.14º | 0.78% | 0.73% | - |
| XYZ | 34.91 | 38.74 | 7.83 | - |
| YUV | 159.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 42 | 0 | 0.10 | 0.78 | 0.27 | 52.14 | 0.63 | 0.45 |
| Hex | BB | A8 | 2A | 0 | A | 4E | 1B | 34 | 3F | 2D |
| Octal | 273 | 250 | 52 | 0 | 12 | 116 | 33 | 64 | 77 | 55 |
| Binary | 10111011 | 10101000 | 101010 | 0 | 1010 | 1001110 | 11011 | 110100 | 111111 | 101101 |
Color Harmonies of #BBA82A
Complementary color
Monochromatic Colors of #BBA82A
Black with #BBA82A
Text Example
Text Example
White with #BBA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA82A; }
p { color: rgb(187,168,42); }
H1.HeaderClassName
{
color: #BBA82A;
}
.AnyTagClassName
{
color: #BBA82A;
}
</style>
background-color css
<style>
a { background-color: #BBA82A; }
a { background-color: rgb(187,168,42); }
div.DivClassName
{
background-color: #BBA82A;
}
.BgClassName
{
background-color: #BBA82A;
}
</style>
border-color css
<style>
span { border-color: #BBA82A; }
span { border-color: rgb(187,168,42); }
td.TdClassName
{
border-color: #BBA82A;
}
.TagClassName
{
border-color: #BBA82A;
}
</style>