Shades of Bahia #9ABA1B
Tints of Bahia #9ABA1B
RGB
CMYK
RGB Variations
Color information
#9ABA1B (or 0x9ABA1B) is known color: Bahia. HEX triplet: 9A, BA and 1B. RGB value is (154,186,27). Sum of RGB (Red+Green+Blue) = 154+186+27=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA1B is #6545E4. Grayscale: #9E9E9E. Windows color (decimal): -6637029 or 1817242. OLE color: 1817242.
HSL color Cylindrical-coordinate representation of color #9ABA1B: hue angle of 72.08º 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 #9ABA1B is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 27 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.27 |
| HSL | 72.08º | 0.75% | 0.42% | - |
| HSV(B) | 72.08º | 0.85% | 0.73% | - |
| XYZ | 31.08 | 42.07 | 7.52 | - |
| YUV | 158.31 | 53.9 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 27 | 0.17 | 0 | 0.85 | 0.27 | 72.08 | 0.75 | 0.42 |
| Hex | 9A | BA | 1B | 11 | 0 | 55 | 1B | 48 | 4B | 2A |
| Octal | 232 | 272 | 33 | 21 | 0 | 125 | 33 | 110 | 113 | 52 |
| Binary | 10011010 | 10111010 | 11011 | 10001 | 0 | 1010101 | 11011 | 1001000 | 1001011 | 101010 |
Color Harmonies of #9ABA1B
Complementary color
Monochromatic Colors of #9ABA1B
Black with #9ABA1B
Text Example
Text Example
White with #9ABA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA1B; }
p { color: rgb(154,186,27); }
H1.HeaderClassName
{
color: #9ABA1B;
}
.AnyTagClassName
{
color: #9ABA1B;
}
</style>
background-color css
<style>
a { background-color: #9ABA1B; }
a { background-color: rgb(154,186,27); }
div.DivClassName
{
background-color: #9ABA1B;
}
.BgClassName
{
background-color: #9ABA1B;
}
</style>
border-color css
<style>
span { border-color: #9ABA1B; }
span { border-color: rgb(154,186,27); }
td.TdClassName
{
border-color: #9ABA1B;
}
.TagClassName
{
border-color: #9ABA1B;
}
</style>