Shades of Bahia #9EBD1E
Tints of Bahia #9EBD1E
RGB
CMYK
RGB Variations
Color information
#9EBD1E (or 0x9EBD1E) is known color: Bahia. HEX triplet: 9E, BD and 1E. RGB value is (158,189,30). Sum of RGB (Red+Green+Blue) = 158+189+30=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD1E is #6142E1. Grayscale: #A2A2A2. Windows color (decimal): -6374114 or 2014622. OLE color: 2014622.
HSL color Cylindrical-coordinate representation of color #9EBD1E: hue angle of 71.7º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EBD1E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 30 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.26 |
| HSL | 71.7º | 0.73% | 0.43% | - |
| HSV(B) | 71.7º | 0.84% | 0.74% | - |
| XYZ | 32.53 | 43.76 | 7.96 | - |
| YUV | 161.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 30 | 0.16 | 0 | 0.84 | 0.26 | 71.7 | 0.73 | 0.43 |
| Hex | 9E | BD | 1E | 10 | 0 | 54 | 1A | 48 | 49 | 2B |
| Octal | 236 | 275 | 36 | 20 | 0 | 124 | 32 | 110 | 111 | 53 |
| Binary | 10011110 | 10111101 | 11110 | 10000 | 0 | 1010100 | 11010 | 1001000 | 1001001 | 101011 |
Color Harmonies of #9EBD1E
Complementary color
Monochromatic Colors of #9EBD1E
Black with #9EBD1E
Text Example
Text Example
White with #9EBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD1E; }
p { color: rgb(158,189,30); }
H1.HeaderClassName
{
color: #9EBD1E;
}
.AnyTagClassName
{
color: #9EBD1E;
}
</style>
background-color css
<style>
a { background-color: #9EBD1E; }
a { background-color: rgb(158,189,30); }
div.DivClassName
{
background-color: #9EBD1E;
}
.BgClassName
{
background-color: #9EBD1E;
}
</style>
border-color css
<style>
span { border-color: #9EBD1E; }
span { border-color: rgb(158,189,30); }
td.TdClassName
{
border-color: #9EBD1E;
}
.TagClassName
{
border-color: #9EBD1E;
}
</style>