Shades of Bahia #96C516
Tints of Bahia #96C516
RGB
CMYK
RGB Variations
Color information
#96C516 (or 0x96C516) is known color: Bahia. HEX triplet: 96, C5 and 16. RGB value is (150,197,22). Sum of RGB (Red+Green+Blue) = 150+197+22=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #96C516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C516 is #693AE9. Grayscale: #A3A3A3. Windows color (decimal): -6896362 or 1492374. OLE color: 1492374.
HSL color Cylindrical-coordinate representation of color #96C516: hue angle of 76.11º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96C516 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 22 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.23 |
| HSL | 76.11º | 0.8% | 0.43% | - |
| HSV(B) | 76.11º | 0.89% | 0.77% | - |
| XYZ | 32.69 | 46.47 | 8.01 | - |
| YUV | 163 | 48.43 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 22 | 0.24 | 0 | 0.89 | 0.23 | 76.11 | 0.8 | 0.43 |
| Hex | 96 | C5 | 16 | 18 | 0 | 59 | 17 | 4C | 50 | 2B |
| Octal | 226 | 305 | 26 | 30 | 0 | 131 | 27 | 114 | 120 | 53 |
| Binary | 10010110 | 11000101 | 10110 | 11000 | 0 | 1011001 | 10111 | 1001100 | 1010000 | 101011 |
Color Harmonies of #96C516
Complementary color
Monochromatic Colors of #96C516
Black with #96C516
Text Example
Text Example
White with #96C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C516; }
p { color: rgb(150,197,22); }
H1.HeaderClassName
{
color: #96C516;
}
.AnyTagClassName
{
color: #96C516;
}
</style>
background-color css
<style>
a { background-color: #96C516; }
a { background-color: rgb(150,197,22); }
div.DivClassName
{
background-color: #96C516;
}
.BgClassName
{
background-color: #96C516;
}
</style>
border-color css
<style>
span { border-color: #96C516; }
span { border-color: rgb(150,197,22); }
td.TdClassName
{
border-color: #96C516;
}
.TagClassName
{
border-color: #96C516;
}
</style>