Shades of Bahia #9ABA1A
Tints of Bahia #9ABA1A
RGB
CMYK
RGB Variations
Color information
#9ABA1A (or 0x9ABA1A) is known color: Bahia. HEX triplet: 9A, BA and 1A. RGB value is (154,186,26). Sum of RGB (Red+Green+Blue) = 154+186+26=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA1A is #6545E5. Grayscale: #9E9E9E. Windows color (decimal): -6637030 or 1751706. OLE color: 1751706.
HSL color Cylindrical-coordinate representation of color #9ABA1A: hue angle of 72º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9ABA1A is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 26 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.27 |
| HSL | 72º | 0.75% | 0.42% | - |
| HSV(B) | 72º | 0.86% | 0.73% | - |
| XYZ | 31.07 | 42.06 | 7.46 | - |
| YUV | 158.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 26 | 0.17 | 0 | 0.86 | 0.27 | 72 | 0.75 | 0.42 |
| Hex | 9A | BA | 1A | 11 | 0 | 56 | 1B | 48 | 4B | 2A |
| Octal | 232 | 272 | 32 | 21 | 0 | 126 | 33 | 110 | 113 | 52 |
| Binary | 10011010 | 10111010 | 11010 | 10001 | 0 | 1010110 | 11011 | 1001000 | 1001011 | 101010 |
Color Harmonies of #9ABA1A
Complementary color
Monochromatic Colors of #9ABA1A
Black with #9ABA1A
Text Example
Text Example
White with #9ABA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA1A; }
p { color: rgb(154,186,26); }
H1.HeaderClassName
{
color: #9ABA1A;
}
.AnyTagClassName
{
color: #9ABA1A;
}
</style>
background-color css
<style>
a { background-color: #9ABA1A; }
a { background-color: rgb(154,186,26); }
div.DivClassName
{
background-color: #9ABA1A;
}
.BgClassName
{
background-color: #9ABA1A;
}
</style>
border-color css
<style>
span { border-color: #9ABA1A; }
span { border-color: rgb(154,186,26); }
td.TdClassName
{
border-color: #9ABA1A;
}
.TagClassName
{
border-color: #9ABA1A;
}
</style>