Shades of Bahia #9FB830
Tints of Bahia #9FB830
RGB
CMYK
RGB Variations
Color information
#9FB830 (or 0x9FB830) is known color: Bahia. HEX triplet: 9F, B8 and 30. RGB value is (159,184,48). Sum of RGB (Red+Green+Blue) = 159+184+48=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB830 is #6047CF. Grayscale: #A1A1A1. Windows color (decimal): -6309840 or 3192991. OLE color: 3192991.
HSL color Cylindrical-coordinate representation of color #9FB830: hue angle of 71.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FB830 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 48 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.28 |
| HSL | 71.03º | 0.59% | 0.45% | - |
| HSV(B) | 71.03º | 0.74% | 0.72% | - |
| XYZ | 31.97 | 41.87 | 9.19 | - |
| YUV | 161.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 48 | 0.14 | 0 | 0.74 | 0.28 | 71.03 | 0.59 | 0.45 |
| Hex | 9F | B8 | 30 | E | 0 | 4A | 1C | 47 | 3B | 2D |
| Octal | 237 | 270 | 60 | 16 | 0 | 112 | 34 | 107 | 73 | 55 |
| Binary | 10011111 | 10111000 | 110000 | 1110 | 0 | 1001010 | 11100 | 1000111 | 111011 | 101101 |
Color Harmonies of #9FB830
Complementary color
Monochromatic Colors of #9FB830
Black with #9FB830
Text Example
Text Example
White with #9FB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB830; }
p { color: rgb(159,184,48); }
H1.HeaderClassName
{
color: #9FB830;
}
.AnyTagClassName
{
color: #9FB830;
}
</style>
background-color css
<style>
a { background-color: #9FB830; }
a { background-color: rgb(159,184,48); }
div.DivClassName
{
background-color: #9FB830;
}
.BgClassName
{
background-color: #9FB830;
}
</style>
border-color css
<style>
span { border-color: #9FB830; }
span { border-color: rgb(159,184,48); }
td.TdClassName
{
border-color: #9FB830;
}
.TagClassName
{
border-color: #9FB830;
}
</style>