Shades of Bahia #9EBD18
Tints of Bahia #9EBD18
RGB
CMYK
RGB Variations
Color information
#9EBD18 (or 0x9EBD18) is known color: Bahia. HEX triplet: 9E, BD and 18. RGB value is (158,189,24). Sum of RGB (Red+Green+Blue) = 158+189+24=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBD18 is #6142E7. Grayscale: #A1A1A1. Windows color (decimal): -6374120 or 1621406. OLE color: 1621406.
HSL color Cylindrical-coordinate representation of color #9EBD18: hue angle of 71.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9EBD18 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 24 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.26 |
| HSL | 71.27º | 0.77% | 0.42% | - |
| HSV(B) | 71.27º | 0.87% | 0.74% | - |
| XYZ | 32.46 | 43.73 | 7.59 | - |
| YUV | 160.92 | 50.73 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 24 | 0.16 | 0 | 0.87 | 0.26 | 71.27 | 0.77 | 0.42 |
| Hex | 9E | BD | 18 | 10 | 0 | 57 | 1A | 47 | 4D | 2A |
| Octal | 236 | 275 | 30 | 20 | 0 | 127 | 32 | 107 | 115 | 52 |
| Binary | 10011110 | 10111101 | 11000 | 10000 | 0 | 1010111 | 11010 | 1000111 | 1001101 | 101010 |
Color Harmonies of #9EBD18
Complementary color
Monochromatic Colors of #9EBD18
Black with #9EBD18
Text Example
Text Example
White with #9EBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD18; }
p { color: rgb(158,189,24); }
H1.HeaderClassName
{
color: #9EBD18;
}
.AnyTagClassName
{
color: #9EBD18;
}
</style>
background-color css
<style>
a { background-color: #9EBD18; }
a { background-color: rgb(158,189,24); }
div.DivClassName
{
background-color: #9EBD18;
}
.BgClassName
{
background-color: #9EBD18;
}
</style>
border-color css
<style>
span { border-color: #9EBD18; }
span { border-color: rgb(158,189,24); }
td.TdClassName
{
border-color: #9EBD18;
}
.TagClassName
{
border-color: #9EBD18;
}
</style>