Shades of Bahia #9EBB17
Tints of Bahia #9EBB17
RGB
CMYK
RGB Variations
Color information
#9EBB17 (or 0x9EBB17) is known color: Bahia. HEX triplet: 9E, BB and 17. RGB value is (158,187,23). Sum of RGB (Red+Green+Blue) = 158+187+23=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBB17 is #6144E8. Grayscale: #A0A0A0. Windows color (decimal): -6374633 or 1555358. OLE color: 1555358.
HSL color Cylindrical-coordinate representation of color #9EBB17: hue angle of 70.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 #9EBB17 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 23 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.27 |
| HSL | 70.61º | 0.78% | 0.41% | - |
| HSV(B) | 70.61º | 0.88% | 0.73% | - |
| XYZ | 32.03 | 42.87 | 7.4 | - |
| YUV | 159.63 | 50.89 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 23 | 0.16 | 0 | 0.88 | 0.27 | 70.61 | 0.78 | 0.41 |
| Hex | 9E | BB | 17 | 10 | 0 | 58 | 1B | 47 | 4E | 29 |
| Octal | 236 | 273 | 27 | 20 | 0 | 130 | 33 | 107 | 116 | 51 |
| Binary | 10011110 | 10111011 | 10111 | 10000 | 0 | 1011000 | 11011 | 1000111 | 1001110 | 101001 |
Color Harmonies of #9EBB17
Complementary color
Monochromatic Colors of #9EBB17
Black with #9EBB17
Text Example
Text Example
White with #9EBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBB17; }
p { color: rgb(158,187,23); }
H1.HeaderClassName
{
color: #9EBB17;
}
.AnyTagClassName
{
color: #9EBB17;
}
</style>
background-color css
<style>
a { background-color: #9EBB17; }
a { background-color: rgb(158,187,23); }
div.DivClassName
{
background-color: #9EBB17;
}
.BgClassName
{
background-color: #9EBB17;
}
</style>
border-color css
<style>
span { border-color: #9EBB17; }
span { border-color: rgb(158,187,23); }
td.TdClassName
{
border-color: #9EBB17;
}
.TagClassName
{
border-color: #9EBB17;
}
</style>