Shades of Bahia #9EB91C
Tints of Bahia #9EB91C
RGB
CMYK
RGB Variations
Color information
#9EB91C (or 0x9EB91C) is known color: Bahia. HEX triplet: 9E, B9 and 1C. RGB value is (158,185,28). Sum of RGB (Red+Green+Blue) = 158+185+28=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB91C is #6146E3. Grayscale: #9F9F9F. Windows color (decimal): -6375140 or 1882526. OLE color: 1882526.
HSL color Cylindrical-coordinate representation of color #9EB91C: hue angle of 70.32º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EB91C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 28 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.27 |
| HSL | 70.32º | 0.74% | 0.42% | - |
| HSV(B) | 70.32º | 0.85% | 0.73% | - |
| XYZ | 31.66 | 42.05 | 7.55 | - |
| YUV | 159.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 28 | 0.15 | 0 | 0.85 | 0.27 | 70.32 | 0.74 | 0.42 |
| Hex | 9E | B9 | 1C | F | 0 | 55 | 1B | 46 | 4A | 2A |
| Octal | 236 | 271 | 34 | 17 | 0 | 125 | 33 | 106 | 112 | 52 |
| Binary | 10011110 | 10111001 | 11100 | 1111 | 0 | 1010101 | 11011 | 1000110 | 1001010 | 101010 |
Color Harmonies of #9EB91C
Complementary color
Monochromatic Colors of #9EB91C
Black with #9EB91C
Text Example
Text Example
White with #9EB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB91C; }
p { color: rgb(158,185,28); }
H1.HeaderClassName
{
color: #9EB91C;
}
.AnyTagClassName
{
color: #9EB91C;
}
</style>
background-color css
<style>
a { background-color: #9EB91C; }
a { background-color: rgb(158,185,28); }
div.DivClassName
{
background-color: #9EB91C;
}
.BgClassName
{
background-color: #9EB91C;
}
</style>
border-color css
<style>
span { border-color: #9EB91C; }
span { border-color: rgb(158,185,28); }
td.TdClassName
{
border-color: #9EB91C;
}
.TagClassName
{
border-color: #9EB91C;
}
</style>