Shades of Bahia #9EBA28
Tints of Bahia #9EBA28
RGB
CMYK
RGB Variations
Color information
#9EBA28 (or 0x9EBA28) is known color: Bahia. HEX triplet: 9E, BA and 28. RGB value is (158,186,40). Sum of RGB (Red+Green+Blue) = 158+186+40=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA28 is #6145D7. Grayscale: #A1A1A1. Windows color (decimal): -6374872 or 2669214. OLE color: 2669214.
HSL color Cylindrical-coordinate representation of color #9EBA28: hue angle of 71.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EBA28 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 40 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.27 |
| HSL | 71.51º | 0.65% | 0.44% | - |
| HSV(B) | 71.51º | 0.78% | 0.73% | - |
| XYZ | 32.04 | 42.54 | 8.53 | - |
| YUV | 160.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 40 | 0.15 | 0 | 0.78 | 0.27 | 71.51 | 0.65 | 0.44 |
| Hex | 9E | BA | 28 | F | 0 | 4E | 1B | 48 | 41 | 2C |
| Octal | 236 | 272 | 50 | 17 | 0 | 116 | 33 | 110 | 101 | 54 |
| Binary | 10011110 | 10111010 | 101000 | 1111 | 0 | 1001110 | 11011 | 1001000 | 1000001 | 101100 |
Color Harmonies of #9EBA28
Complementary color
Monochromatic Colors of #9EBA28
Black with #9EBA28
Text Example
Text Example
White with #9EBA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA28; }
p { color: rgb(158,186,40); }
H1.HeaderClassName
{
color: #9EBA28;
}
.AnyTagClassName
{
color: #9EBA28;
}
</style>
background-color css
<style>
a { background-color: #9EBA28; }
a { background-color: rgb(158,186,40); }
div.DivClassName
{
background-color: #9EBA28;
}
.BgClassName
{
background-color: #9EBA28;
}
</style>
border-color css
<style>
span { border-color: #9EBA28; }
span { border-color: rgb(158,186,40); }
td.TdClassName
{
border-color: #9EBA28;
}
.TagClassName
{
border-color: #9EBA28;
}
</style>