Shades of Earls Green #BBA61B
Tints of Earls Green #BBA61B
RGB
CMYK
RGB Variations
Color information
#BBA61B (or 0xBBA61B) is known color: Earls Green. HEX triplet: BB, A6 and 1B. RGB value is (187,166,27). Sum of RGB (Red+Green+Blue) = 187+166+27=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA61B is #4459E4. Grayscale: #9D9D9D. Windows color (decimal): -4479461 or 1812155. OLE color: 1812155.
HSL color Cylindrical-coordinate representation of color #BBA61B: hue angle of 52.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA61B is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 27 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.27 |
| HSL | 52.13º | 0.75% | 0.42% | - |
| HSV(B) | 52.13º | 0.86% | 0.73% | - |
| XYZ | 34.33 | 37.92 | 6.55 | - |
| YUV | 156.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 27 | 0 | 0.11 | 0.86 | 0.27 | 52.13 | 0.75 | 0.42 |
| Hex | BB | A6 | 1B | 0 | B | 56 | 1B | 34 | 4B | 2A |
| Octal | 273 | 246 | 33 | 0 | 13 | 126 | 33 | 64 | 113 | 52 |
| Binary | 10111011 | 10100110 | 11011 | 0 | 1011 | 1010110 | 11011 | 110100 | 1001011 | 101010 |
Color Harmonies of #BBA61B
Complementary color
Monochromatic Colors of #BBA61B
Black with #BBA61B
Text Example
Text Example
White with #BBA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA61B; }
p { color: rgb(187,166,27); }
H1.HeaderClassName
{
color: #BBA61B;
}
.AnyTagClassName
{
color: #BBA61B;
}
</style>
background-color css
<style>
a { background-color: #BBA61B; }
a { background-color: rgb(187,166,27); }
div.DivClassName
{
background-color: #BBA61B;
}
.BgClassName
{
background-color: #BBA61B;
}
</style>
border-color css
<style>
span { border-color: #BBA61B; }
span { border-color: rgb(187,166,27); }
td.TdClassName
{
border-color: #BBA61B;
}
.TagClassName
{
border-color: #BBA61B;
}
</style>