Shades of Bahia #9ECB11
Tints of Bahia #9ECB11
RGB
CMYK
RGB Variations
Color information
#9ECB11 (or 0x9ECB11) is known color: Bahia. HEX triplet: 9E, CB and 11. RGB value is (158,203,17). Sum of RGB (Red+Green+Blue) = 158+203+17=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECB11 is #6134EE. Grayscale: #A9A9A9. Windows color (decimal): -6370543 or 1166238. OLE color: 1166238.
HSL color Cylindrical-coordinate representation of color #9ECB11: hue angle of 74.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9ECB11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.20 |
| HSL | 74.52º | 0.85% | 0.43% | - |
| HSV(B) | 74.52º | 0.92% | 0.8% | - |
| XYZ | 35.56 | 50.02 | 8.31 | - |
| YUV | 168.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 17 | 0.22 | 0 | 0.92 | 0.20 | 74.52 | 0.85 | 0.43 |
| Hex | 9E | CB | 11 | 16 | 0 | 5C | 14 | 4B | 55 | 2B |
| Octal | 236 | 313 | 21 | 26 | 0 | 134 | 24 | 113 | 125 | 53 |
| Binary | 10011110 | 11001011 | 10001 | 10110 | 0 | 1011100 | 10100 | 1001011 | 1010101 | 101011 |
Color Harmonies of #9ECB11
Complementary color
Monochromatic Colors of #9ECB11
Black with #9ECB11
Text Example
Text Example
White with #9ECB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB11; }
p { color: rgb(158,203,17); }
H1.HeaderClassName
{
color: #9ECB11;
}
.AnyTagClassName
{
color: #9ECB11;
}
</style>
background-color css
<style>
a { background-color: #9ECB11; }
a { background-color: rgb(158,203,17); }
div.DivClassName
{
background-color: #9ECB11;
}
.BgClassName
{
background-color: #9ECB11;
}
</style>
border-color css
<style>
span { border-color: #9ECB11; }
span { border-color: rgb(158,203,17); }
td.TdClassName
{
border-color: #9ECB11;
}
.TagClassName
{
border-color: #9ECB11;
}
</style>