Shades of Bahia #9FB228
Tints of Bahia #9FB228
RGB
CMYK
RGB Variations
Color information
#9FB228 (or 0x9FB228) is known color: Bahia. HEX triplet: 9F, B2 and 28. RGB value is (159,178,40). Sum of RGB (Red+Green+Blue) = 159+178+40=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB228 is #604DD7. Grayscale: #9D9D9D. Windows color (decimal): -6311384 or 2667167. OLE color: 2667167.
HSL color Cylindrical-coordinate representation of color #9FB228: hue angle of 68.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FB228 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 40 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.30 |
| HSL | 68.26º | 0.63% | 0.43% | - |
| HSV(B) | 68.26º | 0.78% | 0.7% | - |
| XYZ | 30.6 | 39.36 | 7.99 | - |
| YUV | 156.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 40 | 0.11 | 0 | 0.78 | 0.30 | 68.26 | 0.63 | 0.43 |
| Hex | 9F | B2 | 28 | B | 0 | 4E | 1E | 44 | 3F | 2B |
| Octal | 237 | 262 | 50 | 13 | 0 | 116 | 36 | 104 | 77 | 53 |
| Binary | 10011111 | 10110010 | 101000 | 1011 | 0 | 1001110 | 11110 | 1000100 | 111111 | 101011 |
Color Harmonies of #9FB228
Complementary color
Monochromatic Colors of #9FB228
Black with #9FB228
Text Example
Text Example
White with #9FB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB228; }
p { color: rgb(159,178,40); }
H1.HeaderClassName
{
color: #9FB228;
}
.AnyTagClassName
{
color: #9FB228;
}
</style>
background-color css
<style>
a { background-color: #9FB228; }
a { background-color: rgb(159,178,40); }
div.DivClassName
{
background-color: #9FB228;
}
.BgClassName
{
background-color: #9FB228;
}
</style>
border-color css
<style>
span { border-color: #9FB228; }
span { border-color: rgb(159,178,40); }
td.TdClassName
{
border-color: #9FB228;
}
.TagClassName
{
border-color: #9FB228;
}
</style>