Shades of Earls Green #BBA62D
Tints of Earls Green #BBA62D
RGB
CMYK
RGB Variations
Color information
#BBA62D (or 0xBBA62D) is known color: Earls Green. HEX triplet: BB, A6 and 2D. RGB value is (187,166,45). Sum of RGB (Red+Green+Blue) = 187+166+45=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA62D is #4459D2. Grayscale: #9E9E9E. Windows color (decimal): -4479443 or 2991803. OLE color: 2991803.
HSL color Cylindrical-coordinate representation of color #BBA62D: hue angle of 51.13º degrees, saturation: 0.61, 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 #BBA62D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 45 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.27 |
| HSL | 51.13º | 0.61% | 0.45% | - |
| HSV(B) | 51.13º | 0.76% | 0.73% | - |
| XYZ | 34.6 | 38.03 | 8 | - |
| YUV | 158.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 45 | 0 | 0.11 | 0.76 | 0.27 | 51.13 | 0.61 | 0.45 |
| Hex | BB | A6 | 2D | 0 | B | 4C | 1B | 33 | 3D | 2D |
| Octal | 273 | 246 | 55 | 0 | 13 | 114 | 33 | 63 | 75 | 55 |
| Binary | 10111011 | 10100110 | 101101 | 0 | 1011 | 1001100 | 11011 | 110011 | 111101 | 101101 |
Color Harmonies of #BBA62D
Complementary color
Monochromatic Colors of #BBA62D
Black with #BBA62D
Text Example
Text Example
White with #BBA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA62D; }
p { color: rgb(187,166,45); }
H1.HeaderClassName
{
color: #BBA62D;
}
.AnyTagClassName
{
color: #BBA62D;
}
</style>
background-color css
<style>
a { background-color: #BBA62D; }
a { background-color: rgb(187,166,45); }
div.DivClassName
{
background-color: #BBA62D;
}
.BgClassName
{
background-color: #BBA62D;
}
</style>
border-color css
<style>
span { border-color: #BBA62D; }
span { border-color: rgb(187,166,45); }
td.TdClassName
{
border-color: #BBA62D;
}
.TagClassName
{
border-color: #BBA62D;
}
</style>