Shades of Earls Green #BBA614
Tints of Earls Green #BBA614
RGB
CMYK
RGB Variations
Color information
#BBA614 (or 0xBBA614) is known color: Earls Green. HEX triplet: BB, A6 and 14. RGB value is (187,166,20). Sum of RGB (Red+Green+Blue) = 187+166+20=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA614 is #4459EB. Grayscale: #9C9C9C. Windows color (decimal): -4479468 or 1353403. OLE color: 1353403.
HSL color Cylindrical-coordinate representation of color #BBA614: hue angle of 52.46º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA614 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 20 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.27 |
| HSL | 52.46º | 0.81% | 0.41% | - |
| HSV(B) | 52.46º | 0.89% | 0.73% | - |
| XYZ | 34.26 | 37.89 | 6.17 | - |
| YUV | 155.64 | 51.46 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 20 | 0 | 0.11 | 0.89 | 0.27 | 52.46 | 0.81 | 0.41 |
| Hex | BB | A6 | 14 | 0 | B | 59 | 1B | 34 | 51 | 29 |
| Octal | 273 | 246 | 24 | 0 | 13 | 131 | 33 | 64 | 121 | 51 |
| Binary | 10111011 | 10100110 | 10100 | 0 | 1011 | 1011001 | 11011 | 110100 | 1010001 | 101001 |
Color Harmonies of #BBA614
Complementary color
Monochromatic Colors of #BBA614
Black with #BBA614
Text Example
Text Example
White with #BBA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA614; }
p { color: rgb(187,166,20); }
H1.HeaderClassName
{
color: #BBA614;
}
.AnyTagClassName
{
color: #BBA614;
}
</style>
background-color css
<style>
a { background-color: #BBA614; }
a { background-color: rgb(187,166,20); }
div.DivClassName
{
background-color: #BBA614;
}
.BgClassName
{
background-color: #BBA614;
}
</style>
border-color css
<style>
span { border-color: #BBA614; }
span { border-color: rgb(187,166,20); }
td.TdClassName
{
border-color: #BBA614;
}
.TagClassName
{
border-color: #BBA614;
}
</style>