Shades of Earls Green #BBAF15
Tints of Earls Green #BBAF15
RGB
CMYK
RGB Variations
Color information
#BBAF15 (or 0xBBAF15) is known color: Earls Green. HEX triplet: BB, AF and 15. RGB value is (187,175,21). Sum of RGB (Red+Green+Blue) = 187+175+21=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF15 is #4450EA. Grayscale: #A1A1A1. Windows color (decimal): -4477163 or 1421243. OLE color: 1421243.
HSL color Cylindrical-coordinate representation of color #BBAF15: hue angle of 55.66º degrees, saturation: 0.8, 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 #BBAF15 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 21 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.27 |
| HSL | 55.66º | 0.8% | 0.41% | - |
| HSV(B) | 55.66º | 0.89% | 0.73% | - |
| XYZ | 35.96 | 41.28 | 6.78 | - |
| YUV | 161.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 21 | 0 | 0.06 | 0.89 | 0.27 | 55.66 | 0.8 | 0.41 |
| Hex | BB | AF | 15 | 0 | 6 | 59 | 1B | 38 | 50 | 29 |
| Octal | 273 | 257 | 25 | 0 | 6 | 131 | 33 | 70 | 120 | 51 |
| Binary | 10111011 | 10101111 | 10101 | 0 | 110 | 1011001 | 11011 | 111000 | 1010000 | 101001 |
Color Harmonies of #BBAF15
Complementary color
Monochromatic Colors of #BBAF15
Black with #BBAF15
Text Example
Text Example
White with #BBAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF15; }
p { color: rgb(187,175,21); }
H1.HeaderClassName
{
color: #BBAF15;
}
.AnyTagClassName
{
color: #BBAF15;
}
</style>
background-color css
<style>
a { background-color: #BBAF15; }
a { background-color: rgb(187,175,21); }
div.DivClassName
{
background-color: #BBAF15;
}
.BgClassName
{
background-color: #BBAF15;
}
</style>
border-color css
<style>
span { border-color: #BBAF15; }
span { border-color: rgb(187,175,21); }
td.TdClassName
{
border-color: #BBAF15;
}
.TagClassName
{
border-color: #BBAF15;
}
</style>