Shades of Bahia #9EBE1D
Tints of Bahia #9EBE1D
RGB
CMYK
RGB Variations
Color information
#9EBE1D (or 0x9EBE1D) is known color: Bahia. HEX triplet: 9E, BE and 1D. RGB value is (158,190,29). Sum of RGB (Red+Green+Blue) = 158+190+29=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBE1D is #6141E2. Grayscale: #A2A2A2. Windows color (decimal): -6373859 or 1949342. OLE color: 1949342.
HSL color Cylindrical-coordinate representation of color #9EBE1D: hue angle of 71.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EBE1D is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 29 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.25 |
| HSL | 71.93º | 0.74% | 0.43% | - |
| HSV(B) | 71.93º | 0.85% | 0.75% | - |
| XYZ | 32.74 | 44.18 | 7.97 | - |
| YUV | 162.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 29 | 0.17 | 0 | 0.85 | 0.25 | 71.93 | 0.74 | 0.43 |
| Hex | 9E | BE | 1D | 11 | 0 | 55 | 19 | 48 | 4A | 2B |
| Octal | 236 | 276 | 35 | 21 | 0 | 125 | 31 | 110 | 112 | 53 |
| Binary | 10011110 | 10111110 | 11101 | 10001 | 0 | 1010101 | 11001 | 1001000 | 1001010 | 101011 |
Color Harmonies of #9EBE1D
Complementary color
Monochromatic Colors of #9EBE1D
Black with #9EBE1D
Text Example
Text Example
White with #9EBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE1D; }
p { color: rgb(158,190,29); }
H1.HeaderClassName
{
color: #9EBE1D;
}
.AnyTagClassName
{
color: #9EBE1D;
}
</style>
background-color css
<style>
a { background-color: #9EBE1D; }
a { background-color: rgb(158,190,29); }
div.DivClassName
{
background-color: #9EBE1D;
}
.BgClassName
{
background-color: #9EBE1D;
}
</style>
border-color css
<style>
span { border-color: #9EBE1D; }
span { border-color: rgb(158,190,29); }
td.TdClassName
{
border-color: #9EBE1D;
}
.TagClassName
{
border-color: #9EBE1D;
}
</style>