Shades of Earls Green #BBA51E
Tints of Earls Green #BBA51E
RGB
CMYK
RGB Variations
Color information
#BBA51E (or 0xBBA51E) is known color: Earls Green. HEX triplet: BB, A5 and 1E. RGB value is (187,165,30). Sum of RGB (Red+Green+Blue) = 187+165+30=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA51E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA51E is #445AE1. Grayscale: #9C9C9C. Windows color (decimal): -4479714 or 2008507. OLE color: 2008507.
HSL color Cylindrical-coordinate representation of color #BBA51E: hue angle of 51.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBA51E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 30 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.27 |
| HSL | 51.59º | 0.72% | 0.43% | - |
| HSV(B) | 51.59º | 0.84% | 0.73% | - |
| XYZ | 34.18 | 37.57 | 6.68 | - |
| YUV | 156.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 30 | 0 | 0.12 | 0.84 | 0.27 | 51.59 | 0.72 | 0.43 |
| Hex | BB | A5 | 1E | 0 | C | 54 | 1B | 34 | 48 | 2B |
| Octal | 273 | 245 | 36 | 0 | 14 | 124 | 33 | 64 | 110 | 53 |
| Binary | 10111011 | 10100101 | 11110 | 0 | 1100 | 1010100 | 11011 | 110100 | 1001000 | 101011 |
Color Harmonies of #BBA51E
Complementary color
Monochromatic Colors of #BBA51E
Black with #BBA51E
Text Example
Text Example
White with #BBA51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA51E; }
p { color: rgb(187,165,30); }
H1.HeaderClassName
{
color: #BBA51E;
}
.AnyTagClassName
{
color: #BBA51E;
}
</style>
background-color css
<style>
a { background-color: #BBA51E; }
a { background-color: rgb(187,165,30); }
div.DivClassName
{
background-color: #BBA51E;
}
.BgClassName
{
background-color: #BBA51E;
}
</style>
border-color css
<style>
span { border-color: #BBA51E; }
span { border-color: rgb(187,165,30); }
td.TdClassName
{
border-color: #BBA51E;
}
.TagClassName
{
border-color: #BBA51E;
}
</style>