Shades of Bahia #9FB918
Tints of Bahia #9FB918
RGB
CMYK
RGB Variations
Color information
#9FB918 (or 0x9FB918) is known color: Bahia. HEX triplet: 9F, B9 and 18. RGB value is (159,185,24). Sum of RGB (Red+Green+Blue) = 159+185+24=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB918 is #6046E7. Grayscale: #9F9F9F. Windows color (decimal): -6309608 or 1620383. OLE color: 1620383.
HSL color Cylindrical-coordinate representation of color #9FB918: hue angle of 69.69º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FB918 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 185 | 24 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.27 |
| HSL | 69.69º | 0.77% | 0.41% | - |
| HSV(B) | 69.69º | 0.87% | 0.73% | - |
| XYZ | 31.81 | 42.13 | 7.32 | - |
| YUV | 158.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 24 | 0.14 | 0 | 0.87 | 0.27 | 69.69 | 0.77 | 0.41 |
| Hex | 9F | B9 | 18 | E | 0 | 57 | 1B | 46 | 4D | 29 |
| Octal | 237 | 271 | 30 | 16 | 0 | 127 | 33 | 106 | 115 | 51 |
| Binary | 10011111 | 10111001 | 11000 | 1110 | 0 | 1010111 | 11011 | 1000110 | 1001101 | 101001 |
Color Harmonies of #9FB918
Complementary color
Monochromatic Colors of #9FB918
Black with #9FB918
Text Example
Text Example
White with #9FB918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB918; }
p { color: rgb(159,185,24); }
H1.HeaderClassName
{
color: #9FB918;
}
.AnyTagClassName
{
color: #9FB918;
}
</style>
background-color css
<style>
a { background-color: #9FB918; }
a { background-color: rgb(159,185,24); }
div.DivClassName
{
background-color: #9FB918;
}
.BgClassName
{
background-color: #9FB918;
}
</style>
border-color css
<style>
span { border-color: #9FB918; }
span { border-color: rgb(159,185,24); }
td.TdClassName
{
border-color: #9FB918;
}
.TagClassName
{
border-color: #9FB918;
}
</style>