Shades of Bahia #9BBA21
Tints of Bahia #9BBA21
RGB
CMYK
RGB Variations
Color information
#9BBA21 (or 0x9BBA21) is known color: Bahia. HEX triplet: 9B, BA and 21. RGB value is (155,186,33). Sum of RGB (Red+Green+Blue) = 155+186+33=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBA21 is #6445DE. Grayscale: #9F9F9F. Windows color (decimal): -6571487 or 2210459. OLE color: 2210459.
HSL color Cylindrical-coordinate representation of color #9BBA21: hue angle of 72.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9BBA21 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 33 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.27 |
| HSL | 72.16º | 0.7% | 0.43% | - |
| HSV(B) | 72.16º | 0.82% | 0.73% | - |
| XYZ | 31.35 | 42.2 | 7.93 | - |
| YUV | 159.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 33 | 0.17 | 0 | 0.82 | 0.27 | 72.16 | 0.7 | 0.43 |
| Hex | 9B | BA | 21 | 11 | 0 | 52 | 1B | 48 | 46 | 2B |
| Octal | 233 | 272 | 41 | 21 | 0 | 122 | 33 | 110 | 106 | 53 |
| Binary | 10011011 | 10111010 | 100001 | 10001 | 0 | 1010010 | 11011 | 1001000 | 1000110 | 101011 |
Color Harmonies of #9BBA21
Complementary color
Monochromatic Colors of #9BBA21
Black with #9BBA21
Text Example
Text Example
White with #9BBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA21; }
p { color: rgb(155,186,33); }
H1.HeaderClassName
{
color: #9BBA21;
}
.AnyTagClassName
{
color: #9BBA21;
}
</style>
background-color css
<style>
a { background-color: #9BBA21; }
a { background-color: rgb(155,186,33); }
div.DivClassName
{
background-color: #9BBA21;
}
.BgClassName
{
background-color: #9BBA21;
}
</style>
border-color css
<style>
span { border-color: #9BBA21; }
span { border-color: rgb(155,186,33); }
td.TdClassName
{
border-color: #9BBA21;
}
.TagClassName
{
border-color: #9BBA21;
}
</style>