Shades of Bahia #9BC616
Tints of Bahia #9BC616
RGB
CMYK
RGB Variations
Color information
#9BC616 (or 0x9BC616) is known color: Bahia. HEX triplet: 9B, C6 and 16. RGB value is (155,198,22). Sum of RGB (Red+Green+Blue) = 155+198+22=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC616 is #6439E9. Grayscale: #A5A5A5. Windows color (decimal): -6568426 or 1492635. OLE color: 1492635.
HSL color Cylindrical-coordinate representation of color #9BC616: hue angle of 74.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BC616 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 22 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.22 |
| HSL | 74.66º | 0.8% | 0.43% | - |
| HSV(B) | 74.66º | 0.89% | 0.78% | - |
| XYZ | 33.86 | 47.41 | 8.13 | - |
| YUV | 165.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 22 | 0.22 | 0 | 0.89 | 0.22 | 74.66 | 0.8 | 0.43 |
| Hex | 9B | C6 | 16 | 16 | 0 | 59 | 16 | 4B | 50 | 2B |
| Octal | 233 | 306 | 26 | 26 | 0 | 131 | 26 | 113 | 120 | 53 |
| Binary | 10011011 | 11000110 | 10110 | 10110 | 0 | 1011001 | 10110 | 1001011 | 1010000 | 101011 |
Color Harmonies of #9BC616
Complementary color
Monochromatic Colors of #9BC616
Black with #9BC616
Text Example
Text Example
White with #9BC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC616; }
p { color: rgb(155,198,22); }
H1.HeaderClassName
{
color: #9BC616;
}
.AnyTagClassName
{
color: #9BC616;
}
</style>
background-color css
<style>
a { background-color: #9BC616; }
a { background-color: rgb(155,198,22); }
div.DivClassName
{
background-color: #9BC616;
}
.BgClassName
{
background-color: #9BC616;
}
</style>
border-color css
<style>
span { border-color: #9BC616; }
span { border-color: rgb(155,198,22); }
td.TdClassName
{
border-color: #9BC616;
}
.TagClassName
{
border-color: #9BC616;
}
</style>