Shades of Bahia #9EB520
Tints of Bahia #9EB520
RGB
CMYK
RGB Variations
Color information
#9EB520 (or 0x9EB520) is known color: Bahia. HEX triplet: 9E, B5 and 20. RGB value is (158,181,32). Sum of RGB (Red+Green+Blue) = 158+181+32=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB520 is #614ADF. Grayscale: #9D9D9D. Windows color (decimal): -6376160 or 2143646. OLE color: 2143646.
HSL color Cylindrical-coordinate representation of color #9EB520: hue angle of 69.26º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9EB520 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 181 | 32 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.29 |
| HSL | 69.26º | 0.7% | 0.42% | - |
| HSV(B) | 69.26º | 0.82% | 0.71% | - |
| XYZ | 30.89 | 40.42 | 7.54 | - |
| YUV | 157.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 181 | 32 | 0.13 | 0 | 0.82 | 0.29 | 69.26 | 0.7 | 0.42 |
| Hex | 9E | B5 | 20 | D | 0 | 52 | 1D | 45 | 46 | 2A |
| Octal | 236 | 265 | 40 | 15 | 0 | 122 | 35 | 105 | 106 | 52 |
| Binary | 10011110 | 10110101 | 100000 | 1101 | 0 | 1010010 | 11101 | 1000101 | 1000110 | 101010 |
Color Harmonies of #9EB520
Complementary color
Monochromatic Colors of #9EB520
Black with #9EB520
Text Example
Text Example
White with #9EB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB520; }
p { color: rgb(158,181,32); }
H1.HeaderClassName
{
color: #9EB520;
}
.AnyTagClassName
{
color: #9EB520;
}
</style>
background-color css
<style>
a { background-color: #9EB520; }
a { background-color: rgb(158,181,32); }
div.DivClassName
{
background-color: #9EB520;
}
.BgClassName
{
background-color: #9EB520;
}
</style>
border-color css
<style>
span { border-color: #9EB520; }
span { border-color: rgb(158,181,32); }
td.TdClassName
{
border-color: #9EB520;
}
.TagClassName
{
border-color: #9EB520;
}
</style>