Shades of Earls Green #BBA61F
Tints of Earls Green #BBA61F
RGB
CMYK
RGB Variations
Color information
#BBA61F (or 0xBBA61F) is known color: Earls Green. HEX triplet: BB, A6 and 1F. RGB value is (187,166,31). Sum of RGB (Red+Green+Blue) = 187+166+31=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA61F is #4459E0. Grayscale: #9D9D9D. Windows color (decimal): -4479457 or 2074299. OLE color: 2074299.
HSL color Cylindrical-coordinate representation of color #BBA61F: hue angle of 51.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA61F is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 31 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.27 |
| HSL | 51.92º | 0.72% | 0.43% | - |
| HSV(B) | 51.92º | 0.83% | 0.73% | - |
| XYZ | 34.38 | 37.94 | 6.81 | - |
| YUV | 156.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 31 | 0 | 0.11 | 0.83 | 0.27 | 51.92 | 0.72 | 0.43 |
| Hex | BB | A6 | 1F | 0 | B | 53 | 1B | 34 | 48 | 2B |
| Octal | 273 | 246 | 37 | 0 | 13 | 123 | 33 | 64 | 110 | 53 |
| Binary | 10111011 | 10100110 | 11111 | 0 | 1011 | 1010011 | 11011 | 110100 | 1001000 | 101011 |
Color Harmonies of #BBA61F
Complementary color
Monochromatic Colors of #BBA61F
Black with #BBA61F
Text Example
Text Example
White with #BBA61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA61F; }
p { color: rgb(187,166,31); }
H1.HeaderClassName
{
color: #BBA61F;
}
.AnyTagClassName
{
color: #BBA61F;
}
</style>
background-color css
<style>
a { background-color: #BBA61F; }
a { background-color: rgb(187,166,31); }
div.DivClassName
{
background-color: #BBA61F;
}
.BgClassName
{
background-color: #BBA61F;
}
</style>
border-color css
<style>
span { border-color: #BBA61F; }
span { border-color: rgb(187,166,31); }
td.TdClassName
{
border-color: #BBA61F;
}
.TagClassName
{
border-color: #BBA61F;
}
</style>