Shades of Bahia #9FB32B
Tints of Bahia #9FB32B
RGB
CMYK
RGB Variations
Color information
#9FB32B (or 0x9FB32B) is known color: Bahia. HEX triplet: 9F, B3 and 2B. RGB value is (159,179,43). Sum of RGB (Red+Green+Blue) = 159+179+43=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB32B is #604CD4. Grayscale: #9E9E9E. Windows color (decimal): -6311125 or 2864031. OLE color: 2864031.
HSL color Cylindrical-coordinate representation of color #9FB32B: hue angle of 68.82º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FB32B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 43 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.30 |
| HSL | 68.82º | 0.61% | 0.44% | - |
| HSV(B) | 68.82º | 0.76% | 0.7% | - |
| XYZ | 30.85 | 39.79 | 8.34 | - |
| YUV | 157.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 43 | 0.11 | 0 | 0.76 | 0.30 | 68.82 | 0.61 | 0.44 |
| Hex | 9F | B3 | 2B | B | 0 | 4C | 1E | 45 | 3D | 2C |
| Octal | 237 | 263 | 53 | 13 | 0 | 114 | 36 | 105 | 75 | 54 |
| Binary | 10011111 | 10110011 | 101011 | 1011 | 0 | 1001100 | 11110 | 1000101 | 111101 | 101100 |
Color Harmonies of #9FB32B
Complementary color
Monochromatic Colors of #9FB32B
Black with #9FB32B
Text Example
Text Example
White with #9FB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB32B; }
p { color: rgb(159,179,43); }
H1.HeaderClassName
{
color: #9FB32B;
}
.AnyTagClassName
{
color: #9FB32B;
}
</style>
background-color css
<style>
a { background-color: #9FB32B; }
a { background-color: rgb(159,179,43); }
div.DivClassName
{
background-color: #9FB32B;
}
.BgClassName
{
background-color: #9FB32B;
}
</style>
border-color css
<style>
span { border-color: #9FB32B; }
span { border-color: rgb(159,179,43); }
td.TdClassName
{
border-color: #9FB32B;
}
.TagClassName
{
border-color: #9FB32B;
}
</style>