Shades of Bahia #9FB222
Tints of Bahia #9FB222
RGB
CMYK
RGB Variations
Color information
#9FB222 (or 0x9FB222) is known color: Bahia. HEX triplet: 9F, B2 and 22. RGB value is (159,178,34). Sum of RGB (Red+Green+Blue) = 159+178+34=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB222 is #604DDD. Grayscale: #9C9C9C. Windows color (decimal): -6311390 or 2273951. OLE color: 2273951.
HSL color Cylindrical-coordinate representation of color #9FB222: hue angle of 67.92º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FB222 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 34 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.30 |
| HSL | 67.92º | 0.68% | 0.42% | - |
| HSV(B) | 67.92º | 0.81% | 0.7% | - |
| XYZ | 30.51 | 39.33 | 7.5 | - |
| YUV | 155.9 | 59.21 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 34 | 0.11 | 0 | 0.81 | 0.30 | 67.92 | 0.68 | 0.42 |
| Hex | 9F | B2 | 22 | B | 0 | 51 | 1E | 44 | 44 | 2A |
| Octal | 237 | 262 | 42 | 13 | 0 | 121 | 36 | 104 | 104 | 52 |
| Binary | 10011111 | 10110010 | 100010 | 1011 | 0 | 1010001 | 11110 | 1000100 | 1000100 | 101010 |
Color Harmonies of #9FB222
Complementary color
Monochromatic Colors of #9FB222
Black with #9FB222
Text Example
Text Example
White with #9FB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB222; }
p { color: rgb(159,178,34); }
H1.HeaderClassName
{
color: #9FB222;
}
.AnyTagClassName
{
color: #9FB222;
}
</style>
background-color css
<style>
a { background-color: #9FB222; }
a { background-color: rgb(159,178,34); }
div.DivClassName
{
background-color: #9FB222;
}
.BgClassName
{
background-color: #9FB222;
}
</style>
border-color css
<style>
span { border-color: #9FB222; }
span { border-color: rgb(159,178,34); }
td.TdClassName
{
border-color: #9FB222;
}
.TagClassName
{
border-color: #9FB222;
}
</style>