Shades of Earls Green #BBA71A
Tints of Earls Green #BBA71A
RGB
CMYK
RGB Variations
Color information
#BBA71A (or 0xBBA71A) is known color: Earls Green. HEX triplet: BB, A7 and 1A. RGB value is (187,167,26). Sum of RGB (Red+Green+Blue) = 187+167+26=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA71A is #4458E5. Grayscale: #9D9D9D. Windows color (decimal): -4479206 or 1746875. OLE color: 1746875.
HSL color Cylindrical-coordinate representation of color #BBA71A: hue angle of 52.55º degrees, saturation: 0.76, 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 #BBA71A is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 26 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.27 |
| HSL | 52.55º | 0.76% | 0.42% | - |
| HSV(B) | 52.55º | 0.86% | 0.73% | - |
| XYZ | 34.5 | 38.28 | 6.55 | - |
| YUV | 156.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 26 | 0 | 0.11 | 0.86 | 0.27 | 52.55 | 0.76 | 0.42 |
| Hex | BB | A7 | 1A | 0 | B | 56 | 1B | 35 | 4C | 2A |
| Octal | 273 | 247 | 32 | 0 | 13 | 126 | 33 | 65 | 114 | 52 |
| Binary | 10111011 | 10100111 | 11010 | 0 | 1011 | 1010110 | 11011 | 110101 | 1001100 | 101010 |
Color Harmonies of #BBA71A
Complementary color
Monochromatic Colors of #BBA71A
Black with #BBA71A
Text Example
Text Example
White with #BBA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA71A; }
p { color: rgb(187,167,26); }
H1.HeaderClassName
{
color: #BBA71A;
}
.AnyTagClassName
{
color: #BBA71A;
}
</style>
background-color css
<style>
a { background-color: #BBA71A; }
a { background-color: rgb(187,167,26); }
div.DivClassName
{
background-color: #BBA71A;
}
.BgClassName
{
background-color: #BBA71A;
}
</style>
border-color css
<style>
span { border-color: #BBA71A; }
span { border-color: rgb(187,167,26); }
td.TdClassName
{
border-color: #BBA71A;
}
.TagClassName
{
border-color: #BBA71A;
}
</style>