Shades of Bahia #9FBC25
Tints of Bahia #9FBC25
RGB
CMYK
RGB Variations
Color information
#9FBC25 (or 0x9FBC25) is known color: Bahia. HEX triplet: 9F, BC and 25. RGB value is (159,188,37). Sum of RGB (Red+Green+Blue) = 159+188+37=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC25 is #6043DA. Grayscale: #A2A2A2. Windows color (decimal): -6308827 or 2473119. OLE color: 2473119.
HSL color Cylindrical-coordinate representation of color #9FBC25: hue angle of 71.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9FBC25 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 37 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.26 |
| HSL | 71.52º | 0.67% | 0.44% | - |
| HSV(B) | 71.52º | 0.8% | 0.74% | - |
| XYZ | 32.62 | 43.47 | 8.42 | - |
| YUV | 162.12 | 57.39 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 37 | 0.15 | 0 | 0.80 | 0.26 | 71.52 | 0.67 | 0.44 |
| Hex | 9F | BC | 25 | F | 0 | 50 | 1A | 48 | 43 | 2C |
| Octal | 237 | 274 | 45 | 17 | 0 | 120 | 32 | 110 | 103 | 54 |
| Binary | 10011111 | 10111100 | 100101 | 1111 | 0 | 1010000 | 11010 | 1001000 | 1000011 | 101100 |
Color Harmonies of #9FBC25
Complementary color
Monochromatic Colors of #9FBC25
Black with #9FBC25
Text Example
Text Example
White with #9FBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC25; }
p { color: rgb(159,188,37); }
H1.HeaderClassName
{
color: #9FBC25;
}
.AnyTagClassName
{
color: #9FBC25;
}
</style>
background-color css
<style>
a { background-color: #9FBC25; }
a { background-color: rgb(159,188,37); }
div.DivClassName
{
background-color: #9FBC25;
}
.BgClassName
{
background-color: #9FBC25;
}
</style>
border-color css
<style>
span { border-color: #9FBC25; }
span { border-color: rgb(159,188,37); }
td.TdClassName
{
border-color: #9FBC25;
}
.TagClassName
{
border-color: #9FBC25;
}
</style>