Shades of Bahia #9FBA25
Tints of Bahia #9FBA25
RGB
CMYK
RGB Variations
Color information
#9FBA25 (or 0x9FBA25) is known color: Bahia. HEX triplet: 9F, BA and 25. RGB value is (159,186,37). Sum of RGB (Red+Green+Blue) = 159+186+37=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA25 is #6045DA. Grayscale: #A1A1A1. Windows color (decimal): -6309339 or 2472607. OLE color: 2472607.
HSL color Cylindrical-coordinate representation of color #9FBA25: hue angle of 70.87º 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 #9FBA25 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 37 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.27 |
| HSL | 70.87º | 0.67% | 0.44% | - |
| HSV(B) | 70.87º | 0.8% | 0.73% | - |
| XYZ | 32.19 | 42.62 | 8.28 | - |
| YUV | 160.94 | 58.05 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 37 | 0.15 | 0 | 0.80 | 0.27 | 70.87 | 0.67 | 0.44 |
| Hex | 9F | BA | 25 | F | 0 | 50 | 1B | 47 | 43 | 2C |
| Octal | 237 | 272 | 45 | 17 | 0 | 120 | 33 | 107 | 103 | 54 |
| Binary | 10011111 | 10111010 | 100101 | 1111 | 0 | 1010000 | 11011 | 1000111 | 1000011 | 101100 |
Color Harmonies of #9FBA25
Complementary color
Monochromatic Colors of #9FBA25
Black with #9FBA25
Text Example
Text Example
White with #9FBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA25; }
p { color: rgb(159,186,37); }
H1.HeaderClassName
{
color: #9FBA25;
}
.AnyTagClassName
{
color: #9FBA25;
}
</style>
background-color css
<style>
a { background-color: #9FBA25; }
a { background-color: rgb(159,186,37); }
div.DivClassName
{
background-color: #9FBA25;
}
.BgClassName
{
background-color: #9FBA25;
}
</style>
border-color css
<style>
span { border-color: #9FBA25; }
span { border-color: rgb(159,186,37); }
td.TdClassName
{
border-color: #9FBA25;
}
.TagClassName
{
border-color: #9FBA25;
}
</style>