Shades of Bahia #9EBF24
Tints of Bahia #9EBF24
RGB
CMYK
RGB Variations
Color information
#9EBF24 (or 0x9EBF24) is known color: Bahia. HEX triplet: 9E, BF and 24. RGB value is (158,191,36). Sum of RGB (Red+Green+Blue) = 158+191+36=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBF24 is #6140DB. Grayscale: #A4A4A4. Windows color (decimal): -6373596 or 2408350. OLE color: 2408350.
HSL color Cylindrical-coordinate representation of color #9EBF24: hue angle of 72.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9EBF24 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 36 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.25 |
| HSL | 72.77º | 0.68% | 0.45% | - |
| HSV(B) | 72.77º | 0.81% | 0.75% | - |
| XYZ | 33.05 | 44.66 | 8.55 | - |
| YUV | 163.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 36 | 0.17 | 0 | 0.81 | 0.25 | 72.77 | 0.68 | 0.45 |
| Hex | 9E | BF | 24 | 11 | 0 | 51 | 19 | 49 | 44 | 2D |
| Octal | 236 | 277 | 44 | 21 | 0 | 121 | 31 | 111 | 104 | 55 |
| Binary | 10011110 | 10111111 | 100100 | 10001 | 0 | 1010001 | 11001 | 1001001 | 1000100 | 101101 |
Color Harmonies of #9EBF24
Complementary color
Monochromatic Colors of #9EBF24
Black with #9EBF24
Text Example
Text Example
White with #9EBF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF24; }
p { color: rgb(158,191,36); }
H1.HeaderClassName
{
color: #9EBF24;
}
.AnyTagClassName
{
color: #9EBF24;
}
</style>
background-color css
<style>
a { background-color: #9EBF24; }
a { background-color: rgb(158,191,36); }
div.DivClassName
{
background-color: #9EBF24;
}
.BgClassName
{
background-color: #9EBF24;
}
</style>
border-color css
<style>
span { border-color: #9EBF24; }
span { border-color: rgb(158,191,36); }
td.TdClassName
{
border-color: #9EBF24;
}
.TagClassName
{
border-color: #9EBF24;
}
</style>