Shades of Bahia #9EBD17
Tints of Bahia #9EBD17
RGB
CMYK
RGB Variations
Color information
#9EBD17 (or 0x9EBD17) is known color: Bahia. HEX triplet: 9E, BD and 17. RGB value is (158,189,23). Sum of RGB (Red+Green+Blue) = 158+189+23=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBD17 is #6142E8. Grayscale: #A1A1A1. Windows color (decimal): -6374121 or 1555870. OLE color: 1555870.
HSL color Cylindrical-coordinate representation of color #9EBD17: hue angle of 71.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EBD17 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 23 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.26 |
| HSL | 71.2º | 0.78% | 0.42% | - |
| HSV(B) | 71.2º | 0.88% | 0.74% | - |
| XYZ | 32.45 | 43.73 | 7.54 | - |
| YUV | 160.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 23 | 0.16 | 0 | 0.88 | 0.26 | 71.2 | 0.78 | 0.42 |
| Hex | 9E | BD | 17 | 10 | 0 | 58 | 1A | 47 | 4E | 2A |
| Octal | 236 | 275 | 27 | 20 | 0 | 130 | 32 | 107 | 116 | 52 |
| Binary | 10011110 | 10111101 | 10111 | 10000 | 0 | 1011000 | 11010 | 1000111 | 1001110 | 101010 |
Color Harmonies of #9EBD17
Complementary color
Monochromatic Colors of #9EBD17
Black with #9EBD17
Text Example
Text Example
White with #9EBD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD17; }
p { color: rgb(158,189,23); }
H1.HeaderClassName
{
color: #9EBD17;
}
.AnyTagClassName
{
color: #9EBD17;
}
</style>
background-color css
<style>
a { background-color: #9EBD17; }
a { background-color: rgb(158,189,23); }
div.DivClassName
{
background-color: #9EBD17;
}
.BgClassName
{
background-color: #9EBD17;
}
</style>
border-color css
<style>
span { border-color: #9EBD17; }
span { border-color: rgb(158,189,23); }
td.TdClassName
{
border-color: #9EBD17;
}
.TagClassName
{
border-color: #9EBD17;
}
</style>