Shades of Bahia #9BC220
Tints of Bahia #9BC220
RGB
CMYK
RGB Variations
Color information
#9BC220 (or 0x9BC220) is known color: Bahia. HEX triplet: 9B, C2 and 20. RGB value is (155,194,32). Sum of RGB (Red+Green+Blue) = 155+194+32=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC220 is #643DDF. Grayscale: #A4A4A4. Windows color (decimal): -6569440 or 2146971. OLE color: 2146971.
HSL color Cylindrical-coordinate representation of color #9BC220: hue angle of 74.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BC220 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 32 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.24 |
| HSL | 74.44º | 0.72% | 0.44% | - |
| HSV(B) | 74.44º | 0.84% | 0.76% | - |
| XYZ | 33.07 | 45.66 | 8.44 | - |
| YUV | 163.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 32 | 0.20 | 0 | 0.84 | 0.24 | 74.44 | 0.72 | 0.44 |
| Hex | 9B | C2 | 20 | 14 | 0 | 54 | 18 | 4A | 48 | 2C |
| Octal | 233 | 302 | 40 | 24 | 0 | 124 | 30 | 112 | 110 | 54 |
| Binary | 10011011 | 11000010 | 100000 | 10100 | 0 | 1010100 | 11000 | 1001010 | 1001000 | 101100 |
Color Harmonies of #9BC220
Complementary color
Monochromatic Colors of #9BC220
Black with #9BC220
Text Example
Text Example
White with #9BC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC220; }
p { color: rgb(155,194,32); }
H1.HeaderClassName
{
color: #9BC220;
}
.AnyTagClassName
{
color: #9BC220;
}
</style>
background-color css
<style>
a { background-color: #9BC220; }
a { background-color: rgb(155,194,32); }
div.DivClassName
{
background-color: #9BC220;
}
.BgClassName
{
background-color: #9BC220;
}
</style>
border-color css
<style>
span { border-color: #9BC220; }
span { border-color: rgb(155,194,32); }
td.TdClassName
{
border-color: #9BC220;
}
.TagClassName
{
border-color: #9BC220;
}
</style>