Shades of Earls Green #BBA52F
Tints of Earls Green #BBA52F
RGB
CMYK
RGB Variations
Color information
#BBA52F (or 0xBBA52F) is known color: Earls Green. HEX triplet: BB, A5 and 2F. RGB value is (187,165,47). Sum of RGB (Red+Green+Blue) = 187+165+47=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA52F is #445AD0. Grayscale: #9E9E9E. Windows color (decimal): -4479697 or 3122619. OLE color: 3122619.
HSL color Cylindrical-coordinate representation of color #BBA52F: hue angle of 50.57º 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 #BBA52F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 47 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.57º | 0.6% | 0.46% | - |
| HSV(B) | 50.57º | 0.75% | 0.73% | - |
| XYZ | 34.46 | 37.68 | 8.15 | - |
| YUV | 158.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 47 | 0 | 0.12 | 0.75 | 0.27 | 50.57 | 0.6 | 0.46 |
| Hex | BB | A5 | 2F | 0 | C | 4B | 1B | 33 | 3C | 2E |
| Octal | 273 | 245 | 57 | 0 | 14 | 113 | 33 | 63 | 74 | 56 |
| Binary | 10111011 | 10100101 | 101111 | 0 | 1100 | 1001011 | 11011 | 110011 | 111100 | 101110 |
Color Harmonies of #BBA52F
Complementary color
Monochromatic Colors of #BBA52F
Black with #BBA52F
Text Example
Text Example
White with #BBA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA52F; }
p { color: rgb(187,165,47); }
H1.HeaderClassName
{
color: #BBA52F;
}
.AnyTagClassName
{
color: #BBA52F;
}
</style>
background-color css
<style>
a { background-color: #BBA52F; }
a { background-color: rgb(187,165,47); }
div.DivClassName
{
background-color: #BBA52F;
}
.BgClassName
{
background-color: #BBA52F;
}
</style>
border-color css
<style>
span { border-color: #BBA52F; }
span { border-color: rgb(187,165,47); }
td.TdClassName
{
border-color: #BBA52F;
}
.TagClassName
{
border-color: #BBA52F;
}
</style>