Shades of Bahia #9BBB28
Tints of Bahia #9BBB28
RGB
CMYK
RGB Variations
Color information
#9BBB28 (or 0x9BBB28) is known color: Bahia. HEX triplet: 9B, BB and 28. RGB value is (155,187,40). Sum of RGB (Red+Green+Blue) = 155+187+40=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB28 is #6444D7. Grayscale: #A1A1A1. Windows color (decimal): -6571224 or 2669467. OLE color: 2669467.
HSL color Cylindrical-coordinate representation of color #9BBB28: hue angle of 73.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9BBB28 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 40 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.27 |
| HSL | 73.06º | 0.65% | 0.45% | - |
| HSV(B) | 73.06º | 0.79% | 0.73% | - |
| XYZ | 31.67 | 42.66 | 8.57 | - |
| YUV | 160.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 40 | 0.17 | 0 | 0.79 | 0.27 | 73.06 | 0.65 | 0.45 |
| Hex | 9B | BB | 28 | 11 | 0 | 4F | 1B | 49 | 41 | 2D |
| Octal | 233 | 273 | 50 | 21 | 0 | 117 | 33 | 111 | 101 | 55 |
| Binary | 10011011 | 10111011 | 101000 | 10001 | 0 | 1001111 | 11011 | 1001001 | 1000001 | 101101 |
Color Harmonies of #9BBB28
Complementary color
Monochromatic Colors of #9BBB28
Black with #9BBB28
Text Example
Text Example
White with #9BBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB28; }
p { color: rgb(155,187,40); }
H1.HeaderClassName
{
color: #9BBB28;
}
.AnyTagClassName
{
color: #9BBB28;
}
</style>
background-color css
<style>
a { background-color: #9BBB28; }
a { background-color: rgb(155,187,40); }
div.DivClassName
{
background-color: #9BBB28;
}
.BgClassName
{
background-color: #9BBB28;
}
</style>
border-color css
<style>
span { border-color: #9BBB28; }
span { border-color: rgb(155,187,40); }
td.TdClassName
{
border-color: #9BBB28;
}
.TagClassName
{
border-color: #9BBB28;
}
</style>