Shades of Bahia #9BBB24
Tints of Bahia #9BBB24
RGB
CMYK
RGB Variations
Color information
#9BBB24 (or 0x9BBB24) is known color: Bahia. HEX triplet: 9B, BB and 24. RGB value is (155,187,36). Sum of RGB (Red+Green+Blue) = 155+187+36=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB24 is #6444DB. Grayscale: #A0A0A0. Windows color (decimal): -6571228 or 2407323. OLE color: 2407323.
HSL color Cylindrical-coordinate representation of color #9BBB24: hue angle of 72.72º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BBB24 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 36 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.27 |
| HSL | 72.72º | 0.68% | 0.44% | - |
| HSV(B) | 72.72º | 0.81% | 0.73% | - |
| XYZ | 31.61 | 42.64 | 8.23 | - |
| YUV | 160.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 36 | 0.17 | 0 | 0.81 | 0.27 | 72.72 | 0.68 | 0.44 |
| Hex | 9B | BB | 24 | 11 | 0 | 51 | 1B | 49 | 44 | 2C |
| Octal | 233 | 273 | 44 | 21 | 0 | 121 | 33 | 111 | 104 | 54 |
| Binary | 10011011 | 10111011 | 100100 | 10001 | 0 | 1010001 | 11011 | 1001001 | 1000100 | 101100 |
Color Harmonies of #9BBB24
Complementary color
Monochromatic Colors of #9BBB24
Black with #9BBB24
Text Example
Text Example
White with #9BBB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB24; }
p { color: rgb(155,187,36); }
H1.HeaderClassName
{
color: #9BBB24;
}
.AnyTagClassName
{
color: #9BBB24;
}
</style>
background-color css
<style>
a { background-color: #9BBB24; }
a { background-color: rgb(155,187,36); }
div.DivClassName
{
background-color: #9BBB24;
}
.BgClassName
{
background-color: #9BBB24;
}
</style>
border-color css
<style>
span { border-color: #9BBB24; }
span { border-color: rgb(155,187,36); }
td.TdClassName
{
border-color: #9BBB24;
}
.TagClassName
{
border-color: #9BBB24;
}
</style>