Shades of Bahia #9FCB20
Tints of Bahia #9FCB20
RGB
CMYK
RGB Variations
Color information
#9FCB20 (or 0x9FCB20) is known color: Bahia. HEX triplet: 9F, CB and 20. RGB value is (159,203,32). Sum of RGB (Red+Green+Blue) = 159+203+32=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCB20 is #6034DF. Grayscale: #AAAAAA. Windows color (decimal): -6304992 or 2149279. OLE color: 2149279.
HSL color Cylindrical-coordinate representation of color #9FCB20: hue angle of 75.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FCB20 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 32 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.20 |
| HSL | 75.44º | 0.73% | 0.46% | - |
| HSV(B) | 75.44º | 0.84% | 0.8% | - |
| XYZ | 35.91 | 50.19 | 9.16 | - |
| YUV | 170.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 32 | 0.22 | 0 | 0.84 | 0.20 | 75.44 | 0.73 | 0.46 |
| Hex | 9F | CB | 20 | 16 | 0 | 54 | 14 | 4B | 49 | 2E |
| Octal | 237 | 313 | 40 | 26 | 0 | 124 | 24 | 113 | 111 | 56 |
| Binary | 10011111 | 11001011 | 100000 | 10110 | 0 | 1010100 | 10100 | 1001011 | 1001001 | 101110 |
Color Harmonies of #9FCB20
Complementary color
Monochromatic Colors of #9FCB20
Black with #9FCB20
Text Example
Text Example
White with #9FCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB20; }
p { color: rgb(159,203,32); }
H1.HeaderClassName
{
color: #9FCB20;
}
.AnyTagClassName
{
color: #9FCB20;
}
</style>
background-color css
<style>
a { background-color: #9FCB20; }
a { background-color: rgb(159,203,32); }
div.DivClassName
{
background-color: #9FCB20;
}
.BgClassName
{
background-color: #9FCB20;
}
</style>
border-color css
<style>
span { border-color: #9FCB20; }
span { border-color: rgb(159,203,32); }
td.TdClassName
{
border-color: #9FCB20;
}
.TagClassName
{
border-color: #9FCB20;
}
</style>