Shades of Bahia #9BBC26
Tints of Bahia #9BBC26
RGB
CMYK
RGB Variations
Color information
#9BBC26 (or 0x9BBC26) is known color: Bahia. HEX triplet: 9B, BC and 26. RGB value is (155,188,38). Sum of RGB (Red+Green+Blue) = 155+188+38=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC26 is #6443D9. Grayscale: #A1A1A1. Windows color (decimal): -6570970 or 2538651. OLE color: 2538651.
HSL color Cylindrical-coordinate representation of color #9BBC26: hue angle of 73.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9BBC26 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 38 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.26 |
| HSL | 73.2º | 0.66% | 0.44% | - |
| HSV(B) | 73.2º | 0.8% | 0.74% | - |
| XYZ | 31.85 | 43.07 | 8.47 | - |
| YUV | 161.03 | 58.57 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 38 | 0.18 | 0 | 0.80 | 0.26 | 73.2 | 0.66 | 0.44 |
| Hex | 9B | BC | 26 | 12 | 0 | 50 | 1A | 49 | 42 | 2C |
| Octal | 233 | 274 | 46 | 22 | 0 | 120 | 32 | 111 | 102 | 54 |
| Binary | 10011011 | 10111100 | 100110 | 10010 | 0 | 1010000 | 11010 | 1001001 | 1000010 | 101100 |
Color Harmonies of #9BBC26
Complementary color
Monochromatic Colors of #9BBC26
Black with #9BBC26
Text Example
Text Example
White with #9BBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC26; }
p { color: rgb(155,188,38); }
H1.HeaderClassName
{
color: #9BBC26;
}
.AnyTagClassName
{
color: #9BBC26;
}
</style>
background-color css
<style>
a { background-color: #9BBC26; }
a { background-color: rgb(155,188,38); }
div.DivClassName
{
background-color: #9BBC26;
}
.BgClassName
{
background-color: #9BBC26;
}
</style>
border-color css
<style>
span { border-color: #9BBC26; }
span { border-color: rgb(155,188,38); }
td.TdClassName
{
border-color: #9BBC26;
}
.TagClassName
{
border-color: #9BBC26;
}
</style>