Shades of Bahia #9EB32C
Tints of Bahia #9EB32C
RGB
CMYK
RGB Variations
Color information
#9EB32C (or 0x9EB32C) is known color: Bahia. HEX triplet: 9E, B3 and 2C. RGB value is (158,179,44). Sum of RGB (Red+Green+Blue) = 158+179+44=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB32C is #614CD3. Grayscale: #9D9D9D. Windows color (decimal): -6376660 or 2929566. OLE color: 2929566.
HSL color Cylindrical-coordinate representation of color #9EB32C: hue angle of 69.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EB32C is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 179 | 44 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.30 |
| HSL | 69.33º | 0.61% | 0.44% | - |
| HSV(B) | 69.33º | 0.75% | 0.7% | - |
| XYZ | 30.68 | 39.69 | 8.43 | - |
| YUV | 157.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 179 | 44 | 0.12 | 0 | 0.75 | 0.30 | 69.33 | 0.61 | 0.44 |
| Hex | 9E | B3 | 2C | C | 0 | 4B | 1E | 45 | 3D | 2C |
| Octal | 236 | 263 | 54 | 14 | 0 | 113 | 36 | 105 | 75 | 54 |
| Binary | 10011110 | 10110011 | 101100 | 1100 | 0 | 1001011 | 11110 | 1000101 | 111101 | 101100 |
Color Harmonies of #9EB32C
Complementary color
Monochromatic Colors of #9EB32C
Black with #9EB32C
Text Example
Text Example
White with #9EB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB32C; }
p { color: rgb(158,179,44); }
H1.HeaderClassName
{
color: #9EB32C;
}
.AnyTagClassName
{
color: #9EB32C;
}
</style>
background-color css
<style>
a { background-color: #9EB32C; }
a { background-color: rgb(158,179,44); }
div.DivClassName
{
background-color: #9EB32C;
}
.BgClassName
{
background-color: #9EB32C;
}
</style>
border-color css
<style>
span { border-color: #9EB32C; }
span { border-color: rgb(158,179,44); }
td.TdClassName
{
border-color: #9EB32C;
}
.TagClassName
{
border-color: #9EB32C;
}
</style>