Shades of Bahia #9ECE1B
Tints of Bahia #9ECE1B
RGB
CMYK
RGB Variations
Color information
#9ECE1B (or 0x9ECE1B) is known color: Bahia. HEX triplet: 9E, CE and 1B. RGB value is (158,206,27). Sum of RGB (Red+Green+Blue) = 158+206+27=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE1B is #6131E4. Grayscale: #ABABAB. Windows color (decimal): -6369765 or 1822366. OLE color: 1822366.
HSL color Cylindrical-coordinate representation of color #9ECE1B: hue angle of 76.09º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9ECE1B is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 27 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.19 |
| HSL | 76.09º | 0.77% | 0.46% | - |
| HSV(B) | 76.09º | 0.87% | 0.81% | - |
| XYZ | 36.37 | 51.49 | 9.06 | - |
| YUV | 171.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 27 | 0.23 | 0 | 0.87 | 0.19 | 76.09 | 0.77 | 0.46 |
| Hex | 9E | CE | 1B | 17 | 0 | 57 | 13 | 4C | 4D | 2E |
| Octal | 236 | 316 | 33 | 27 | 0 | 127 | 23 | 114 | 115 | 56 |
| Binary | 10011110 | 11001110 | 11011 | 10111 | 0 | 1010111 | 10011 | 1001100 | 1001101 | 101110 |
Color Harmonies of #9ECE1B
Complementary color
Monochromatic Colors of #9ECE1B
Black with #9ECE1B
Text Example
Text Example
White with #9ECE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE1B; }
p { color: rgb(158,206,27); }
H1.HeaderClassName
{
color: #9ECE1B;
}
.AnyTagClassName
{
color: #9ECE1B;
}
</style>
background-color css
<style>
a { background-color: #9ECE1B; }
a { background-color: rgb(158,206,27); }
div.DivClassName
{
background-color: #9ECE1B;
}
.BgClassName
{
background-color: #9ECE1B;
}
</style>
border-color css
<style>
span { border-color: #9ECE1B; }
span { border-color: rgb(158,206,27); }
td.TdClassName
{
border-color: #9ECE1B;
}
.TagClassName
{
border-color: #9ECE1B;
}
</style>