Shades of Earls Green #BBA61D
Tints of Earls Green #BBA61D
RGB
CMYK
RGB Variations
Color information
#BBA61D (or 0xBBA61D) is known color: Earls Green. HEX triplet: BB, A6 and 1D. RGB value is (187,166,29). Sum of RGB (Red+Green+Blue) = 187+166+29=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA61D is #4459E2. Grayscale: #9D9D9D. Windows color (decimal): -4479459 or 1943227. OLE color: 1943227.
HSL color Cylindrical-coordinate representation of color #BBA61D: hue angle of 52.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBA61D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 29 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.27 |
| HSL | 52.03º | 0.73% | 0.42% | - |
| HSV(B) | 52.03º | 0.84% | 0.73% | - |
| XYZ | 34.35 | 37.93 | 6.67 | - |
| YUV | 156.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 29 | 0 | 0.11 | 0.84 | 0.27 | 52.03 | 0.73 | 0.42 |
| Hex | BB | A6 | 1D | 0 | B | 54 | 1B | 34 | 49 | 2A |
| Octal | 273 | 246 | 35 | 0 | 13 | 124 | 33 | 64 | 111 | 52 |
| Binary | 10111011 | 10100110 | 11101 | 0 | 1011 | 1010100 | 11011 | 110100 | 1001001 | 101010 |
Color Harmonies of #BBA61D
Complementary color
Monochromatic Colors of #BBA61D
Black with #BBA61D
Text Example
Text Example
White with #BBA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA61D; }
p { color: rgb(187,166,29); }
H1.HeaderClassName
{
color: #BBA61D;
}
.AnyTagClassName
{
color: #BBA61D;
}
</style>
background-color css
<style>
a { background-color: #BBA61D; }
a { background-color: rgb(187,166,29); }
div.DivClassName
{
background-color: #BBA61D;
}
.BgClassName
{
background-color: #BBA61D;
}
</style>
border-color css
<style>
span { border-color: #BBA61D; }
span { border-color: rgb(187,166,29); }
td.TdClassName
{
border-color: #BBA61D;
}
.TagClassName
{
border-color: #BBA61D;
}
</style>