Shades of Bahia #9FB31F
Tints of Bahia #9FB31F
RGB
CMYK
RGB Variations
Color information
#9FB31F (or 0x9FB31F) is known color: Bahia. HEX triplet: 9F, B3 and 1F. RGB value is (159,179,31). Sum of RGB (Red+Green+Blue) = 159+179+31=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB31F is #604CE0. Grayscale: #9C9C9C. Windows color (decimal): -6311137 or 2077599. OLE color: 2077599.
HSL color Cylindrical-coordinate representation of color #9FB31F: hue angle of 68.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FB31F is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 31 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.30 |
| HSL | 68.11º | 0.7% | 0.41% | - |
| HSV(B) | 68.11º | 0.83% | 0.7% | - |
| XYZ | 30.67 | 39.71 | 7.34 | - |
| YUV | 156.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 31 | 0.11 | 0 | 0.83 | 0.30 | 68.11 | 0.7 | 0.41 |
| Hex | 9F | B3 | 1F | B | 0 | 53 | 1E | 44 | 46 | 29 |
| Octal | 237 | 263 | 37 | 13 | 0 | 123 | 36 | 104 | 106 | 51 |
| Binary | 10011111 | 10110011 | 11111 | 1011 | 0 | 1010011 | 11110 | 1000100 | 1000110 | 101001 |
Color Harmonies of #9FB31F
Complementary color
Monochromatic Colors of #9FB31F
Black with #9FB31F
Text Example
Text Example
White with #9FB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB31F; }
p { color: rgb(159,179,31); }
H1.HeaderClassName
{
color: #9FB31F;
}
.AnyTagClassName
{
color: #9FB31F;
}
</style>
background-color css
<style>
a { background-color: #9FB31F; }
a { background-color: rgb(159,179,31); }
div.DivClassName
{
background-color: #9FB31F;
}
.BgClassName
{
background-color: #9FB31F;
}
</style>
border-color css
<style>
span { border-color: #9FB31F; }
span { border-color: rgb(159,179,31); }
td.TdClassName
{
border-color: #9FB31F;
}
.TagClassName
{
border-color: #9FB31F;
}
</style>