Shades of Bahia #9FB22E
Tints of Bahia #9FB22E
RGB
CMYK
RGB Variations
Color information
#9FB22E (or 0x9FB22E) is known color: Bahia. HEX triplet: 9F, B2 and 2E. RGB value is (159,178,46). Sum of RGB (Red+Green+Blue) = 159+178+46=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB22E is #604DD1. Grayscale: #9D9D9D. Windows color (decimal): -6311378 or 3060383. OLE color: 3060383.
HSL color Cylindrical-coordinate representation of color #9FB22E: hue angle of 68.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FB22E is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 46 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.30 |
| HSL | 68.64º | 0.59% | 0.44% | - |
| HSV(B) | 68.64º | 0.74% | 0.7% | - |
| XYZ | 30.71 | 39.41 | 8.57 | - |
| YUV | 157.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 46 | 0.11 | 0 | 0.74 | 0.30 | 68.64 | 0.59 | 0.44 |
| Hex | 9F | B2 | 2E | B | 0 | 4A | 1E | 45 | 3B | 2C |
| Octal | 237 | 262 | 56 | 13 | 0 | 112 | 36 | 105 | 73 | 54 |
| Binary | 10011111 | 10110010 | 101110 | 1011 | 0 | 1001010 | 11110 | 1000101 | 111011 | 101100 |
Color Harmonies of #9FB22E
Complementary color
Monochromatic Colors of #9FB22E
Black with #9FB22E
Text Example
Text Example
White with #9FB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB22E; }
p { color: rgb(159,178,46); }
H1.HeaderClassName
{
color: #9FB22E;
}
.AnyTagClassName
{
color: #9FB22E;
}
</style>
background-color css
<style>
a { background-color: #9FB22E; }
a { background-color: rgb(159,178,46); }
div.DivClassName
{
background-color: #9FB22E;
}
.BgClassName
{
background-color: #9FB22E;
}
</style>
border-color css
<style>
span { border-color: #9FB22E; }
span { border-color: rgb(159,178,46); }
td.TdClassName
{
border-color: #9FB22E;
}
.TagClassName
{
border-color: #9FB22E;
}
</style>