Shades of Bahia #9FC322
Tints of Bahia #9FC322
RGB
CMYK
RGB Variations
Color information
#9FC322 (or 0x9FC322) is known color: Bahia. HEX triplet: 9F, C3 and 22. RGB value is (159,195,34). Sum of RGB (Red+Green+Blue) = 159+195+34=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC322 is #603CDD. Grayscale: #A6A6A6. Windows color (decimal): -6307038 or 2278303. OLE color: 2278303.
HSL color Cylindrical-coordinate representation of color #9FC322: hue angle of 73.42º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FC322 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 34 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.24 |
| HSL | 73.42º | 0.7% | 0.45% | - |
| HSV(B) | 73.42º | 0.83% | 0.76% | - |
| XYZ | 34.1 | 46.52 | 8.69 | - |
| YUV | 165.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 34 | 0.18 | 0 | 0.83 | 0.24 | 73.42 | 0.7 | 0.45 |
| Hex | 9F | C3 | 22 | 12 | 0 | 53 | 18 | 49 | 46 | 2D |
| Octal | 237 | 303 | 42 | 22 | 0 | 123 | 30 | 111 | 106 | 55 |
| Binary | 10011111 | 11000011 | 100010 | 10010 | 0 | 1010011 | 11000 | 1001001 | 1000110 | 101101 |
Color Harmonies of #9FC322
Complementary color
Monochromatic Colors of #9FC322
Black with #9FC322
Text Example
Text Example
White with #9FC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC322; }
p { color: rgb(159,195,34); }
H1.HeaderClassName
{
color: #9FC322;
}
.AnyTagClassName
{
color: #9FC322;
}
</style>
background-color css
<style>
a { background-color: #9FC322; }
a { background-color: rgb(159,195,34); }
div.DivClassName
{
background-color: #9FC322;
}
.BgClassName
{
background-color: #9FC322;
}
</style>
border-color css
<style>
span { border-color: #9FC322; }
span { border-color: rgb(159,195,34); }
td.TdClassName
{
border-color: #9FC322;
}
.TagClassName
{
border-color: #9FC322;
}
</style>