Shades of Bahia #9BBC27
Tints of Bahia #9BBC27
RGB
CMYK
RGB Variations
Color information
#9BBC27 (or 0x9BBC27) is known color: Bahia. HEX triplet: 9B, BC and 27. RGB value is (155,188,39). Sum of RGB (Red+Green+Blue) = 155+188+39=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC27 is #6443D8. Grayscale: #A1A1A1. Windows color (decimal): -6570969 or 2604187. OLE color: 2604187.
HSL color Cylindrical-coordinate representation of color #9BBC27: hue angle of 73.29º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9BBC27 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 39 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.26 |
| HSL | 73.29º | 0.66% | 0.45% | - |
| HSV(B) | 73.29º | 0.79% | 0.74% | - |
| XYZ | 31.87 | 43.08 | 8.56 | - |
| YUV | 161.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 39 | 0.18 | 0 | 0.79 | 0.26 | 73.29 | 0.66 | 0.45 |
| Hex | 9B | BC | 27 | 12 | 0 | 4F | 1A | 49 | 42 | 2D |
| Octal | 233 | 274 | 47 | 22 | 0 | 117 | 32 | 111 | 102 | 55 |
| Binary | 10011011 | 10111100 | 100111 | 10010 | 0 | 1001111 | 11010 | 1001001 | 1000010 | 101101 |
Color Harmonies of #9BBC27
Complementary color
Monochromatic Colors of #9BBC27
Black with #9BBC27
Text Example
Text Example
White with #9BBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC27; }
p { color: rgb(155,188,39); }
H1.HeaderClassName
{
color: #9BBC27;
}
.AnyTagClassName
{
color: #9BBC27;
}
</style>
background-color css
<style>
a { background-color: #9BBC27; }
a { background-color: rgb(155,188,39); }
div.DivClassName
{
background-color: #9BBC27;
}
.BgClassName
{
background-color: #9BBC27;
}
</style>
border-color css
<style>
span { border-color: #9BBC27; }
span { border-color: rgb(155,188,39); }
td.TdClassName
{
border-color: #9BBC27;
}
.TagClassName
{
border-color: #9BBC27;
}
</style>