Shades of Earls Green #BBA72E
Tints of Earls Green #BBA72E
RGB
CMYK
RGB Variations
Color information
#BBA72E (or 0xBBA72E) is known color: Earls Green. HEX triplet: BB, A7 and 2E. RGB value is (187,167,46). Sum of RGB (Red+Green+Blue) = 187+167+46=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA72E is #4458D1. Grayscale: #9F9F9F. Windows color (decimal): -4479186 or 3057595. OLE color: 3057595.
HSL color Cylindrical-coordinate representation of color #BBA72E: hue angle of 51.49º degrees, saturation: 0.61, 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 #BBA72E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 46 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.27 |
| HSL | 51.49º | 0.61% | 0.46% | - |
| HSV(B) | 51.49º | 0.75% | 0.73% | - |
| XYZ | 34.81 | 38.4 | 8.16 | - |
| YUV | 159.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 46 | 0 | 0.11 | 0.75 | 0.27 | 51.49 | 0.61 | 0.46 |
| Hex | BB | A7 | 2E | 0 | B | 4B | 1B | 33 | 3D | 2E |
| Octal | 273 | 247 | 56 | 0 | 13 | 113 | 33 | 63 | 75 | 56 |
| Binary | 10111011 | 10100111 | 101110 | 0 | 1011 | 1001011 | 11011 | 110011 | 111101 | 101110 |
Color Harmonies of #BBA72E
Complementary color
Monochromatic Colors of #BBA72E
Black with #BBA72E
Text Example
Text Example
White with #BBA72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA72E; }
p { color: rgb(187,167,46); }
H1.HeaderClassName
{
color: #BBA72E;
}
.AnyTagClassName
{
color: #BBA72E;
}
</style>
background-color css
<style>
a { background-color: #BBA72E; }
a { background-color: rgb(187,167,46); }
div.DivClassName
{
background-color: #BBA72E;
}
.BgClassName
{
background-color: #BBA72E;
}
</style>
border-color css
<style>
span { border-color: #BBA72E; }
span { border-color: rgb(187,167,46); }
td.TdClassName
{
border-color: #BBA72E;
}
.TagClassName
{
border-color: #BBA72E;
}
</style>