Shades of Bahia #9EC320
Tints of Bahia #9EC320
RGB
CMYK
RGB Variations
Color information
#9EC320 (or 0x9EC320) is known color: Bahia. HEX triplet: 9E, C3 and 20. RGB value is (158,195,32). Sum of RGB (Red+Green+Blue) = 158+195+32=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC320 is #613CDF. Grayscale: #A5A5A5. Windows color (decimal): -6372576 or 2147230. OLE color: 2147230.
HSL color Cylindrical-coordinate representation of color #9EC320: hue angle of 73.62º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EC320 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 32 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.24 |
| HSL | 73.62º | 0.72% | 0.45% | - |
| HSV(B) | 73.62º | 0.84% | 0.76% | - |
| XYZ | 33.88 | 46.4 | 8.54 | - |
| YUV | 165.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 32 | 0.19 | 0 | 0.84 | 0.24 | 73.62 | 0.72 | 0.45 |
| Hex | 9E | C3 | 20 | 13 | 0 | 54 | 18 | 4A | 48 | 2D |
| Octal | 236 | 303 | 40 | 23 | 0 | 124 | 30 | 112 | 110 | 55 |
| Binary | 10011110 | 11000011 | 100000 | 10011 | 0 | 1010100 | 11000 | 1001010 | 1001000 | 101101 |
Color Harmonies of #9EC320
Complementary color
Monochromatic Colors of #9EC320
Black with #9EC320
Text Example
Text Example
White with #9EC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC320; }
p { color: rgb(158,195,32); }
H1.HeaderClassName
{
color: #9EC320;
}
.AnyTagClassName
{
color: #9EC320;
}
</style>
background-color css
<style>
a { background-color: #9EC320; }
a { background-color: rgb(158,195,32); }
div.DivClassName
{
background-color: #9EC320;
}
.BgClassName
{
background-color: #9EC320;
}
</style>
border-color css
<style>
span { border-color: #9EC320; }
span { border-color: rgb(158,195,32); }
td.TdClassName
{
border-color: #9EC320;
}
.TagClassName
{
border-color: #9EC320;
}
</style>