Shades of Bahia #9EC021
Tints of Bahia #9EC021
RGB
CMYK
RGB Variations
Color information
#9EC021 (or 0x9EC021) is known color: Bahia. HEX triplet: 9E, C0 and 21. RGB value is (158,192,33). Sum of RGB (Red+Green+Blue) = 158+192+33=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC021 is #613FDE. Grayscale: #A4A4A4. Windows color (decimal): -6373343 or 2211998. OLE color: 2211998.
HSL color Cylindrical-coordinate representation of color #9EC021: hue angle of 72.83º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EC021 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 33 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.25 |
| HSL | 72.83º | 0.71% | 0.44% | - |
| HSV(B) | 72.83º | 0.83% | 0.75% | - |
| XYZ | 33.22 | 45.08 | 8.39 | - |
| YUV | 163.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 33 | 0.18 | 0 | 0.83 | 0.25 | 72.83 | 0.71 | 0.44 |
| Hex | 9E | C0 | 21 | 12 | 0 | 53 | 19 | 49 | 47 | 2C |
| Octal | 236 | 300 | 41 | 22 | 0 | 123 | 31 | 111 | 107 | 54 |
| Binary | 10011110 | 11000000 | 100001 | 10010 | 0 | 1010011 | 11001 | 1001001 | 1000111 | 101100 |
Color Harmonies of #9EC021
Complementary color
Monochromatic Colors of #9EC021
Black with #9EC021
Text Example
Text Example
White with #9EC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC021; }
p { color: rgb(158,192,33); }
H1.HeaderClassName
{
color: #9EC021;
}
.AnyTagClassName
{
color: #9EC021;
}
</style>
background-color css
<style>
a { background-color: #9EC021; }
a { background-color: rgb(158,192,33); }
div.DivClassName
{
background-color: #9EC021;
}
.BgClassName
{
background-color: #9EC021;
}
</style>
border-color css
<style>
span { border-color: #9EC021; }
span { border-color: rgb(158,192,33); }
td.TdClassName
{
border-color: #9EC021;
}
.TagClassName
{
border-color: #9EC021;
}
</style>