Shades of Bahia #9BC216
Tints of Bahia #9BC216
RGB
CMYK
RGB Variations
Color information
#9BC216 (or 0x9BC216) is known color: Bahia. HEX triplet: 9B, C2 and 16. RGB value is (155,194,22). Sum of RGB (Red+Green+Blue) = 155+194+22=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC216 is #643DE9. Grayscale: #A3A3A3. Windows color (decimal): -6569450 or 1491611. OLE color: 1491611.
HSL color Cylindrical-coordinate representation of color #9BC216: hue angle of 73.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BC216 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 22 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.24 |
| HSL | 73.6º | 0.8% | 0.42% | - |
| HSV(B) | 73.6º | 0.89% | 0.76% | - |
| XYZ | 32.95 | 45.61 | 7.83 | - |
| YUV | 162.73 | 48.58 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 22 | 0.20 | 0 | 0.89 | 0.24 | 73.6 | 0.8 | 0.42 |
| Hex | 9B | C2 | 16 | 14 | 0 | 59 | 18 | 4A | 50 | 2A |
| Octal | 233 | 302 | 26 | 24 | 0 | 131 | 30 | 112 | 120 | 52 |
| Binary | 10011011 | 11000010 | 10110 | 10100 | 0 | 1011001 | 11000 | 1001010 | 1010000 | 101010 |
Color Harmonies of #9BC216
Complementary color
Monochromatic Colors of #9BC216
Black with #9BC216
Text Example
Text Example
White with #9BC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC216; }
p { color: rgb(155,194,22); }
H1.HeaderClassName
{
color: #9BC216;
}
.AnyTagClassName
{
color: #9BC216;
}
</style>
background-color css
<style>
a { background-color: #9BC216; }
a { background-color: rgb(155,194,22); }
div.DivClassName
{
background-color: #9BC216;
}
.BgClassName
{
background-color: #9BC216;
}
</style>
border-color css
<style>
span { border-color: #9BC216; }
span { border-color: rgb(155,194,22); }
td.TdClassName
{
border-color: #9BC216;
}
.TagClassName
{
border-color: #9BC216;
}
</style>