Shades of Earls Green #BBAC14
Tints of Earls Green #BBAC14
RGB
CMYK
RGB Variations
Color information
#BBAC14 (or 0xBBAC14) is known color: Earls Green. HEX triplet: BB, AC and 14. RGB value is (187,172,20). Sum of RGB (Red+Green+Blue) = 187+172+20=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC14 is #4453EB. Grayscale: #9F9F9F. Windows color (decimal): -4477932 or 1354939. OLE color: 1354939.
HSL color Cylindrical-coordinate representation of color #BBAC14: hue angle of 54.61º 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 #BBAC14 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 20 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.27 |
| HSL | 54.61º | 0.81% | 0.41% | - |
| HSV(B) | 54.61º | 0.89% | 0.73% | - |
| XYZ | 35.37 | 40.12 | 6.54 | - |
| YUV | 159.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 20 | 0 | 0.08 | 0.89 | 0.27 | 54.61 | 0.81 | 0.41 |
| Hex | BB | AC | 14 | 0 | 8 | 59 | 1B | 37 | 51 | 29 |
| Octal | 273 | 254 | 24 | 0 | 10 | 131 | 33 | 67 | 121 | 51 |
| Binary | 10111011 | 10101100 | 10100 | 0 | 1000 | 1011001 | 11011 | 110111 | 1010001 | 101001 |
Color Harmonies of #BBAC14
Complementary color
Monochromatic Colors of #BBAC14
Black with #BBAC14
Text Example
Text Example
White with #BBAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC14; }
p { color: rgb(187,172,20); }
H1.HeaderClassName
{
color: #BBAC14;
}
.AnyTagClassName
{
color: #BBAC14;
}
</style>
background-color css
<style>
a { background-color: #BBAC14; }
a { background-color: rgb(187,172,20); }
div.DivClassName
{
background-color: #BBAC14;
}
.BgClassName
{
background-color: #BBAC14;
}
</style>
border-color css
<style>
span { border-color: #BBAC14; }
span { border-color: rgb(187,172,20); }
td.TdClassName
{
border-color: #BBAC14;
}
.TagClassName
{
border-color: #BBAC14;
}
</style>