Shades of Bahia #9FC021
Tints of Bahia #9FC021
RGB
CMYK
RGB Variations
Color information
#9FC021 (or 0x9FC021) is known color: Bahia. HEX triplet: 9F, C0 and 21. RGB value is (159,192,33). Sum of RGB (Red+Green+Blue) = 159+192+33=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC021 is #603FDE. Grayscale: #A4A4A4. Windows color (decimal): -6307807 or 2211999. OLE color: 2211999.
HSL color Cylindrical-coordinate representation of color #9FC021: hue angle of 72.45º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FC021 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 33 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.25 |
| HSL | 72.45º | 0.71% | 0.44% | - |
| HSV(B) | 72.45º | 0.83% | 0.75% | - |
| XYZ | 33.42 | 45.18 | 8.4 | - |
| YUV | 164.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 33 | 0.17 | 0 | 0.83 | 0.25 | 72.45 | 0.71 | 0.44 |
| Hex | 9F | C0 | 21 | 11 | 0 | 53 | 19 | 48 | 47 | 2C |
| Octal | 237 | 300 | 41 | 21 | 0 | 123 | 31 | 110 | 107 | 54 |
| Binary | 10011111 | 11000000 | 100001 | 10001 | 0 | 1010011 | 11001 | 1001000 | 1000111 | 101100 |
Color Harmonies of #9FC021
Complementary color
Monochromatic Colors of #9FC021
Black with #9FC021
Text Example
Text Example
White with #9FC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC021; }
p { color: rgb(159,192,33); }
H1.HeaderClassName
{
color: #9FC021;
}
.AnyTagClassName
{
color: #9FC021;
}
</style>
background-color css
<style>
a { background-color: #9FC021; }
a { background-color: rgb(159,192,33); }
div.DivClassName
{
background-color: #9FC021;
}
.BgClassName
{
background-color: #9FC021;
}
</style>
border-color css
<style>
span { border-color: #9FC021; }
span { border-color: rgb(159,192,33); }
td.TdClassName
{
border-color: #9FC021;
}
.TagClassName
{
border-color: #9FC021;
}
</style>