Shades of Earls Green #BBAF14
Tints of Earls Green #BBAF14
RGB
CMYK
RGB Variations
Color information
#BBAF14 (or 0xBBAF14) is known color: Earls Green. HEX triplet: BB, AF and 14. RGB value is (187,175,20). Sum of RGB (Red+Green+Blue) = 187+175+20=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF14 is #4450EB. Grayscale: #A1A1A1. Windows color (decimal): -4477164 or 1355707. OLE color: 1355707.
HSL color Cylindrical-coordinate representation of color #BBAF14: hue angle of 55.69º 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 #BBAF14 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 20 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.27 |
| HSL | 55.69º | 0.81% | 0.41% | - |
| HSV(B) | 55.69º | 0.89% | 0.73% | - |
| XYZ | 35.95 | 41.28 | 6.73 | - |
| YUV | 160.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 20 | 0 | 0.06 | 0.89 | 0.27 | 55.69 | 0.81 | 0.41 |
| Hex | BB | AF | 14 | 0 | 6 | 59 | 1B | 38 | 51 | 29 |
| Octal | 273 | 257 | 24 | 0 | 6 | 131 | 33 | 70 | 121 | 51 |
| Binary | 10111011 | 10101111 | 10100 | 0 | 110 | 1011001 | 11011 | 111000 | 1010001 | 101001 |
Color Harmonies of #BBAF14
Complementary color
Monochromatic Colors of #BBAF14
Black with #BBAF14
Text Example
Text Example
White with #BBAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF14; }
p { color: rgb(187,175,20); }
H1.HeaderClassName
{
color: #BBAF14;
}
.AnyTagClassName
{
color: #BBAF14;
}
</style>
background-color css
<style>
a { background-color: #BBAF14; }
a { background-color: rgb(187,175,20); }
div.DivClassName
{
background-color: #BBAF14;
}
.BgClassName
{
background-color: #BBAF14;
}
</style>
border-color css
<style>
span { border-color: #BBAF14; }
span { border-color: rgb(187,175,20); }
td.TdClassName
{
border-color: #BBAF14;
}
.TagClassName
{
border-color: #BBAF14;
}
</style>