Shades of Bahia #96C01E
Tints of Bahia #96C01E
RGB
CMYK
RGB Variations
Color information
#96C01E (or 0x96C01E) is known color: Bahia. HEX triplet: 96, C0 and 1E. RGB value is (150,192,30). Sum of RGB (Red+Green+Blue) = 150+192+30=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #96C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C01E is #693FE1. Grayscale: #A1A1A1. Windows color (decimal): -6897634 or 2015382. OLE color: 2015382.
HSL color Cylindrical-coordinate representation of color #96C01E: hue angle of 75.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96C01E is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 30 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.25 |
| HSL | 75.56º | 0.73% | 0.44% | - |
| HSV(B) | 75.56º | 0.84% | 0.75% | - |
| XYZ | 31.66 | 44.28 | 8.11 | - |
| YUV | 160.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 30 | 0.22 | 0 | 0.84 | 0.25 | 75.56 | 0.73 | 0.44 |
| Hex | 96 | C0 | 1E | 16 | 0 | 54 | 19 | 4C | 49 | 2C |
| Octal | 226 | 300 | 36 | 26 | 0 | 124 | 31 | 114 | 111 | 54 |
| Binary | 10010110 | 11000000 | 11110 | 10110 | 0 | 1010100 | 11001 | 1001100 | 1001001 | 101100 |
Color Harmonies of #96C01E
Complementary color
Monochromatic Colors of #96C01E
Black with #96C01E
Text Example
Text Example
White with #96C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C01E; }
p { color: rgb(150,192,30); }
H1.HeaderClassName
{
color: #96C01E;
}
.AnyTagClassName
{
color: #96C01E;
}
</style>
background-color css
<style>
a { background-color: #96C01E; }
a { background-color: rgb(150,192,30); }
div.DivClassName
{
background-color: #96C01E;
}
.BgClassName
{
background-color: #96C01E;
}
</style>
border-color css
<style>
span { border-color: #96C01E; }
span { border-color: rgb(150,192,30); }
td.TdClassName
{
border-color: #96C01E;
}
.TagClassName
{
border-color: #96C01E;
}
</style>