Shades of Bahia #9BCE11
Tints of Bahia #9BCE11
RGB
CMYK
RGB Variations
Color information
#9BCE11 (or 0x9BCE11) is known color: Bahia. HEX triplet: 9B, CE and 11. RGB value is (155,206,17). Sum of RGB (Red+Green+Blue) = 155+206+17=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCE11 is #6431EE. Grayscale: #A9A9A9. Windows color (decimal): -6566383 or 1167003. OLE color: 1167003.
HSL color Cylindrical-coordinate representation of color #9BCE11: hue angle of 76.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BCE11 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 17 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.19 |
| HSL | 76.19º | 0.85% | 0.44% | - |
| HSV(B) | 76.19º | 0.92% | 0.81% | - |
| XYZ | 35.69 | 51.15 | 8.52 | - |
| YUV | 169.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 17 | 0.25 | 0 | 0.92 | 0.19 | 76.19 | 0.85 | 0.44 |
| Hex | 9B | CE | 11 | 19 | 0 | 5C | 13 | 4C | 55 | 2C |
| Octal | 233 | 316 | 21 | 31 | 0 | 134 | 23 | 114 | 125 | 54 |
| Binary | 10011011 | 11001110 | 10001 | 11001 | 0 | 1011100 | 10011 | 1001100 | 1010101 | 101100 |
Color Harmonies of #9BCE11
Complementary color
Monochromatic Colors of #9BCE11
Black with #9BCE11
Text Example
Text Example
White with #9BCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCE11; }
p { color: rgb(155,206,17); }
H1.HeaderClassName
{
color: #9BCE11;
}
.AnyTagClassName
{
color: #9BCE11;
}
</style>
background-color css
<style>
a { background-color: #9BCE11; }
a { background-color: rgb(155,206,17); }
div.DivClassName
{
background-color: #9BCE11;
}
.BgClassName
{
background-color: #9BCE11;
}
</style>
border-color css
<style>
span { border-color: #9BCE11; }
span { border-color: rgb(155,206,17); }
td.TdClassName
{
border-color: #9BCE11;
}
.TagClassName
{
border-color: #9BCE11;
}
</style>