Shades of Bahia #9BD011
Tints of Bahia #9BD011
RGB
CMYK
RGB Variations
Color information
#9BD011 (or 0x9BD011) is known color: Bahia. HEX triplet: 9B, D0 and 11. RGB value is (155,208,17). Sum of RGB (Red+Green+Blue) = 155+208+17=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD011 is #642FEE. Grayscale: #ABABAB. Windows color (decimal): -6565871 or 1167515. OLE color: 1167515.
HSL color Cylindrical-coordinate representation of color #9BD011: hue angle of 76.65º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BD011 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 17 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.18 |
| HSL | 76.65º | 0.85% | 0.44% | - |
| HSV(B) | 76.65º | 0.92% | 0.82% | - |
| XYZ | 36.17 | 52.12 | 8.68 | - |
| YUV | 170.38 | 41.44 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 17 | 0.25 | 0 | 0.92 | 0.18 | 76.65 | 0.85 | 0.44 |
| Hex | 9B | D0 | 11 | 19 | 0 | 5C | 12 | 4D | 55 | 2C |
| Octal | 233 | 320 | 21 | 31 | 0 | 134 | 22 | 115 | 125 | 54 |
| Binary | 10011011 | 11010000 | 10001 | 11001 | 0 | 1011100 | 10010 | 1001101 | 1010101 | 101100 |
Color Harmonies of #9BD011
Complementary color
Monochromatic Colors of #9BD011
Black with #9BD011
Text Example
Text Example
White with #9BD011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD011; }
p { color: rgb(155,208,17); }
H1.HeaderClassName
{
color: #9BD011;
}
.AnyTagClassName
{
color: #9BD011;
}
</style>
background-color css
<style>
a { background-color: #9BD011; }
a { background-color: rgb(155,208,17); }
div.DivClassName
{
background-color: #9BD011;
}
.BgClassName
{
background-color: #9BD011;
}
</style>
border-color css
<style>
span { border-color: #9BD011; }
span { border-color: rgb(155,208,17); }
td.TdClassName
{
border-color: #9BD011;
}
.TagClassName
{
border-color: #9BD011;
}
</style>