Shades of Earls Green #BBAF17
Tints of Earls Green #BBAF17
RGB
CMYK
RGB Variations
Color information
#BBAF17 (or 0xBBAF17) is known color: Earls Green. HEX triplet: BB, AF and 17. RGB value is (187,175,23). Sum of RGB (Red+Green+Blue) = 187+175+23=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF17 is #4450E8. Grayscale: #A1A1A1. Windows color (decimal): -4477161 or 1552315. OLE color: 1552315.
HSL color Cylindrical-coordinate representation of color #BBAF17: hue angle of 55.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBAF17 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 23 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.27 |
| HSL | 55.61º | 0.78% | 0.41% | - |
| HSV(B) | 55.61º | 0.88% | 0.73% | - |
| XYZ | 35.98 | 41.29 | 6.88 | - |
| YUV | 161.26 | 49.98 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 23 | 0 | 0.06 | 0.88 | 0.27 | 55.61 | 0.78 | 0.41 |
| Hex | BB | AF | 17 | 0 | 6 | 58 | 1B | 38 | 4E | 29 |
| Octal | 273 | 257 | 27 | 0 | 6 | 130 | 33 | 70 | 116 | 51 |
| Binary | 10111011 | 10101111 | 10111 | 0 | 110 | 1011000 | 11011 | 111000 | 1001110 | 101001 |
Color Harmonies of #BBAF17
Complementary color
Monochromatic Colors of #BBAF17
Black with #BBAF17
Text Example
Text Example
White with #BBAF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF17; }
p { color: rgb(187,175,23); }
H1.HeaderClassName
{
color: #BBAF17;
}
.AnyTagClassName
{
color: #BBAF17;
}
</style>
background-color css
<style>
a { background-color: #BBAF17; }
a { background-color: rgb(187,175,23); }
div.DivClassName
{
background-color: #BBAF17;
}
.BgClassName
{
background-color: #BBAF17;
}
</style>
border-color css
<style>
span { border-color: #BBAF17; }
span { border-color: rgb(187,175,23); }
td.TdClassName
{
border-color: #BBAF17;
}
.TagClassName
{
border-color: #BBAF17;
}
</style>