Shades of Bahia #9FB330
Tints of Bahia #9FB330
RGB
CMYK
RGB Variations
Color information
#9FB330 (or 0x9FB330) is known color: Bahia. HEX triplet: 9F, B3 and 30. RGB value is (159,179,48). Sum of RGB (Red+Green+Blue) = 159+179+48=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB330 is #604CCF. Grayscale: #9E9E9E. Windows color (decimal): -6311120 or 3191711. OLE color: 3191711.
HSL color Cylindrical-coordinate representation of color #9FB330: hue angle of 69.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FB330 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 48 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.30 |
| HSL | 69.16º | 0.58% | 0.45% | - |
| HSV(B) | 69.16º | 0.73% | 0.7% | - |
| XYZ | 30.95 | 39.82 | 8.85 | - |
| YUV | 158.09 | 65.87 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 48 | 0.11 | 0 | 0.73 | 0.30 | 69.16 | 0.58 | 0.45 |
| Hex | 9F | B3 | 30 | B | 0 | 49 | 1E | 45 | 3A | 2D |
| Octal | 237 | 263 | 60 | 13 | 0 | 111 | 36 | 105 | 72 | 55 |
| Binary | 10011111 | 10110011 | 110000 | 1011 | 0 | 1001001 | 11110 | 1000101 | 111010 | 101101 |
Color Harmonies of #9FB330
Complementary color
Monochromatic Colors of #9FB330
Black with #9FB330
Text Example
Text Example
White with #9FB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB330; }
p { color: rgb(159,179,48); }
H1.HeaderClassName
{
color: #9FB330;
}
.AnyTagClassName
{
color: #9FB330;
}
</style>
background-color css
<style>
a { background-color: #9FB330; }
a { background-color: rgb(159,179,48); }
div.DivClassName
{
background-color: #9FB330;
}
.BgClassName
{
background-color: #9FB330;
}
</style>
border-color css
<style>
span { border-color: #9FB330; }
span { border-color: rgb(159,179,48); }
td.TdClassName
{
border-color: #9FB330;
}
.TagClassName
{
border-color: #9FB330;
}
</style>