Shades of Bahia #9AB91B
Tints of Bahia #9AB91B
RGB
CMYK
RGB Variations
Color information
#9AB91B (or 0x9AB91B) is known color: Bahia. HEX triplet: 9A, B9 and 1B. RGB value is (154,185,27). Sum of RGB (Red+Green+Blue) = 154+185+27=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB91B is #6546E4. Grayscale: #9E9E9E. Windows color (decimal): -6637285 or 1816986. OLE color: 1816986.
HSL color Cylindrical-coordinate representation of color #9AB91B: hue angle of 71.77º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9AB91B is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 27 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.27 |
| HSL | 71.77º | 0.75% | 0.42% | - |
| HSV(B) | 71.77º | 0.85% | 0.73% | - |
| XYZ | 30.87 | 41.65 | 7.45 | - |
| YUV | 157.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 27 | 0.17 | 0 | 0.85 | 0.27 | 71.77 | 0.75 | 0.42 |
| Hex | 9A | B9 | 1B | 11 | 0 | 55 | 1B | 48 | 4B | 2A |
| Octal | 232 | 271 | 33 | 21 | 0 | 125 | 33 | 110 | 113 | 52 |
| Binary | 10011010 | 10111001 | 11011 | 10001 | 0 | 1010101 | 11011 | 1001000 | 1001011 | 101010 |
Color Harmonies of #9AB91B
Complementary color
Monochromatic Colors of #9AB91B
Black with #9AB91B
Text Example
Text Example
White with #9AB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB91B; }
p { color: rgb(154,185,27); }
H1.HeaderClassName
{
color: #9AB91B;
}
.AnyTagClassName
{
color: #9AB91B;
}
</style>
background-color css
<style>
a { background-color: #9AB91B; }
a { background-color: rgb(154,185,27); }
div.DivClassName
{
background-color: #9AB91B;
}
.BgClassName
{
background-color: #9AB91B;
}
</style>
border-color css
<style>
span { border-color: #9AB91B; }
span { border-color: rgb(154,185,27); }
td.TdClassName
{
border-color: #9AB91B;
}
.TagClassName
{
border-color: #9AB91B;
}
</style>