Shades of Bahia #9BBE22
Tints of Bahia #9BBE22
RGB
CMYK
RGB Variations
Color information
#9BBE22 (or 0x9BBE22) is known color: Bahia. HEX triplet: 9B, BE and 22. RGB value is (155,190,34). Sum of RGB (Red+Green+Blue) = 155+190+34=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE22 is #6441DD. Grayscale: #A2A2A2. Windows color (decimal): -6570462 or 2277019. OLE color: 2277019.
HSL color Cylindrical-coordinate representation of color #9BBE22: hue angle of 73.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9BBE22 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 34 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.25 |
| HSL | 73.46º | 0.7% | 0.44% | - |
| HSV(B) | 73.46º | 0.82% | 0.75% | - |
| XYZ | 32.22 | 43.91 | 8.29 | - |
| YUV | 161.75 | 55.9 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 34 | 0.18 | 0 | 0.82 | 0.25 | 73.46 | 0.7 | 0.44 |
| Hex | 9B | BE | 22 | 12 | 0 | 52 | 19 | 49 | 46 | 2C |
| Octal | 233 | 276 | 42 | 22 | 0 | 122 | 31 | 111 | 106 | 54 |
| Binary | 10011011 | 10111110 | 100010 | 10010 | 0 | 1010010 | 11001 | 1001001 | 1000110 | 101100 |
Color Harmonies of #9BBE22
Complementary color
Monochromatic Colors of #9BBE22
Black with #9BBE22
Text Example
Text Example
White with #9BBE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE22; }
p { color: rgb(155,190,34); }
H1.HeaderClassName
{
color: #9BBE22;
}
.AnyTagClassName
{
color: #9BBE22;
}
</style>
background-color css
<style>
a { background-color: #9BBE22; }
a { background-color: rgb(155,190,34); }
div.DivClassName
{
background-color: #9BBE22;
}
.BgClassName
{
background-color: #9BBE22;
}
</style>
border-color css
<style>
span { border-color: #9BBE22; }
span { border-color: rgb(155,190,34); }
td.TdClassName
{
border-color: #9BBE22;
}
.TagClassName
{
border-color: #9BBE22;
}
</style>