Shades of Bahia #9ABA25
Tints of Bahia #9ABA25
RGB
CMYK
RGB Variations
Color information
#9ABA25 (or 0x9ABA25) is known color: Bahia. HEX triplet: 9A, BA and 25. RGB value is (154,186,37). Sum of RGB (Red+Green+Blue) = 154+186+37=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA25 is #6545DA. Grayscale: #A0A0A0. Windows color (decimal): -6637019 or 2472602. OLE color: 2472602.
HSL color Cylindrical-coordinate representation of color #9ABA25: hue angle of 72.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9ABA25 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 37 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.27 |
| HSL | 72.89º | 0.67% | 0.44% | - |
| HSV(B) | 72.89º | 0.8% | 0.73% | - |
| XYZ | 31.22 | 42.12 | 8.24 | - |
| YUV | 159.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 37 | 0.17 | 0 | 0.80 | 0.27 | 72.89 | 0.67 | 0.44 |
| Hex | 9A | BA | 25 | 11 | 0 | 50 | 1B | 49 | 43 | 2C |
| Octal | 232 | 272 | 45 | 21 | 0 | 120 | 33 | 111 | 103 | 54 |
| Binary | 10011010 | 10111010 | 100101 | 10001 | 0 | 1010000 | 11011 | 1001001 | 1000011 | 101100 |
Color Harmonies of #9ABA25
Complementary color
Monochromatic Colors of #9ABA25
Black with #9ABA25
Text Example
Text Example
White with #9ABA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA25; }
p { color: rgb(154,186,37); }
H1.HeaderClassName
{
color: #9ABA25;
}
.AnyTagClassName
{
color: #9ABA25;
}
</style>
background-color css
<style>
a { background-color: #9ABA25; }
a { background-color: rgb(154,186,37); }
div.DivClassName
{
background-color: #9ABA25;
}
.BgClassName
{
background-color: #9ABA25;
}
</style>
border-color css
<style>
span { border-color: #9ABA25; }
span { border-color: rgb(154,186,37); }
td.TdClassName
{
border-color: #9ABA25;
}
.TagClassName
{
border-color: #9ABA25;
}
</style>