Shades of Earls Green #BBA62F
Tints of Earls Green #BBA62F
RGB
CMYK
RGB Variations
Color information
#BBA62F (or 0xBBA62F) is known color: Earls Green. HEX triplet: BB, A6 and 2F. RGB value is (187,166,47). Sum of RGB (Red+Green+Blue) = 187+166+47=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA62F is #4459D0. Grayscale: #9F9F9F. Windows color (decimal): -4479441 or 3122875. OLE color: 3122875.
HSL color Cylindrical-coordinate representation of color #BBA62F: hue angle of 51º 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 #BBA62F is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 47 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.27 |
| HSL | 51º | 0.6% | 0.46% | - |
| HSV(B) | 51º | 0.75% | 0.73% | - |
| XYZ | 34.64 | 38.04 | 8.21 | - |
| YUV | 158.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 47 | 0 | 0.11 | 0.75 | 0.27 | 51 | 0.6 | 0.46 |
| Hex | BB | A6 | 2F | 0 | B | 4B | 1B | 33 | 3C | 2E |
| Octal | 273 | 246 | 57 | 0 | 13 | 113 | 33 | 63 | 74 | 56 |
| Binary | 10111011 | 10100110 | 101111 | 0 | 1011 | 1001011 | 11011 | 110011 | 111100 | 101110 |
Color Harmonies of #BBA62F
Complementary color
Monochromatic Colors of #BBA62F
Black with #BBA62F
Text Example
Text Example
White with #BBA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA62F; }
p { color: rgb(187,166,47); }
H1.HeaderClassName
{
color: #BBA62F;
}
.AnyTagClassName
{
color: #BBA62F;
}
</style>
background-color css
<style>
a { background-color: #BBA62F; }
a { background-color: rgb(187,166,47); }
div.DivClassName
{
background-color: #BBA62F;
}
.BgClassName
{
background-color: #BBA62F;
}
</style>
border-color css
<style>
span { border-color: #BBA62F; }
span { border-color: rgb(187,166,47); }
td.TdClassName
{
border-color: #BBA62F;
}
.TagClassName
{
border-color: #BBA62F;
}
</style>