Shades of Earls Green #BBA82C
Tints of Earls Green #BBA82C
RGB
CMYK
RGB Variations
Color information
#BBA82C (or 0xBBA82C) is known color: Earls Green. HEX triplet: BB, A8 and 2C. RGB value is (187,168,44). Sum of RGB (Red+Green+Blue) = 187+168+44=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA82C is #4457D3. Grayscale: #A0A0A0. Windows color (decimal): -4478932 or 2926779. OLE color: 2926779.
HSL color Cylindrical-coordinate representation of color #BBA82C: hue angle of 52.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBA82C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 44 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.27 |
| HSL | 52.03º | 0.62% | 0.45% | - |
| HSV(B) | 52.03º | 0.76% | 0.73% | - |
| XYZ | 34.95 | 38.75 | 8.02 | - |
| YUV | 159.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 44 | 0 | 0.10 | 0.76 | 0.27 | 52.03 | 0.62 | 0.45 |
| Hex | BB | A8 | 2C | 0 | A | 4C | 1B | 34 | 3E | 2D |
| Octal | 273 | 250 | 54 | 0 | 12 | 114 | 33 | 64 | 76 | 55 |
| Binary | 10111011 | 10101000 | 101100 | 0 | 1010 | 1001100 | 11011 | 110100 | 111110 | 101101 |
Color Harmonies of #BBA82C
Complementary color
Monochromatic Colors of #BBA82C
Black with #BBA82C
Text Example
Text Example
White with #BBA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA82C; }
p { color: rgb(187,168,44); }
H1.HeaderClassName
{
color: #BBA82C;
}
.AnyTagClassName
{
color: #BBA82C;
}
</style>
background-color css
<style>
a { background-color: #BBA82C; }
a { background-color: rgb(187,168,44); }
div.DivClassName
{
background-color: #BBA82C;
}
.BgClassName
{
background-color: #BBA82C;
}
</style>
border-color css
<style>
span { border-color: #BBA82C; }
span { border-color: rgb(187,168,44); }
td.TdClassName
{
border-color: #BBA82C;
}
.TagClassName
{
border-color: #BBA82C;
}
</style>