Shades of Bahia #9EAC21
Tints of Bahia #9EAC21
RGB
CMYK
RGB Variations
Color information
#9EAC21 (or 0x9EAC21) is known color: Bahia. HEX triplet: 9E, AC and 21. RGB value is (158,172,33). Sum of RGB (Red+Green+Blue) = 158+172+33=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC21 is #6153DE. Grayscale: #989898. Windows color (decimal): -6378463 or 2206878. OLE color: 2206878.
HSL color Cylindrical-coordinate representation of color #9EAC21: hue angle of 66.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9EAC21 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 33 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.33 |
| HSL | 66.04º | 0.68% | 0.4% | - |
| HSV(B) | 66.04º | 0.81% | 0.67% | - |
| XYZ | 29.13 | 36.88 | 7.02 | - |
| YUV | 151.97 | 60.86 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 33 | 0.08 | 0 | 0.81 | 0.33 | 66.04 | 0.68 | 0.4 |
| Hex | 9E | AC | 21 | 8 | 0 | 51 | 21 | 42 | 44 | 28 |
| Octal | 236 | 254 | 41 | 10 | 0 | 121 | 41 | 102 | 104 | 50 |
| Binary | 10011110 | 10101100 | 100001 | 1000 | 0 | 1010001 | 100001 | 1000010 | 1000100 | 101000 |
Color Harmonies of #9EAC21
Complementary color
Monochromatic Colors of #9EAC21
Black with #9EAC21
Text Example
Text Example
White with #9EAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC21; }
p { color: rgb(158,172,33); }
H1.HeaderClassName
{
color: #9EAC21;
}
.AnyTagClassName
{
color: #9EAC21;
}
</style>
background-color css
<style>
a { background-color: #9EAC21; }
a { background-color: rgb(158,172,33); }
div.DivClassName
{
background-color: #9EAC21;
}
.BgClassName
{
background-color: #9EAC21;
}
</style>
border-color css
<style>
span { border-color: #9EAC21; }
span { border-color: rgb(158,172,33); }
td.TdClassName
{
border-color: #9EAC21;
}
.TagClassName
{
border-color: #9EAC21;
}
</style>