Shades of Bahia #96C518
Tints of Bahia #96C518
RGB
CMYK
RGB Variations
Color information
#96C518 (or 0x96C518) is known color: Bahia. HEX triplet: 96, C5 and 18. RGB value is (150,197,24). Sum of RGB (Red+Green+Blue) = 150+197+24=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #96C518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C518 is #693AE7. Grayscale: #A3A3A3. Windows color (decimal): -6896360 or 1623446. OLE color: 1623446.
HSL color Cylindrical-coordinate representation of color #96C518: hue angle of 76.3º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96C518 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 24 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.23 |
| HSL | 76.3º | 0.78% | 0.43% | - |
| HSV(B) | 76.3º | 0.88% | 0.77% | - |
| XYZ | 32.71 | 46.48 | 8.11 | - |
| YUV | 163.23 | 49.43 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 24 | 0.24 | 0 | 0.88 | 0.23 | 76.3 | 0.78 | 0.43 |
| Hex | 96 | C5 | 18 | 18 | 0 | 58 | 17 | 4C | 4E | 2B |
| Octal | 226 | 305 | 30 | 30 | 0 | 130 | 27 | 114 | 116 | 53 |
| Binary | 10010110 | 11000101 | 11000 | 11000 | 0 | 1011000 | 10111 | 1001100 | 1001110 | 101011 |
Color Harmonies of #96C518
Complementary color
Monochromatic Colors of #96C518
Black with #96C518
Text Example
Text Example
White with #96C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C518; }
p { color: rgb(150,197,24); }
H1.HeaderClassName
{
color: #96C518;
}
.AnyTagClassName
{
color: #96C518;
}
</style>
background-color css
<style>
a { background-color: #96C518; }
a { background-color: rgb(150,197,24); }
div.DivClassName
{
background-color: #96C518;
}
.BgClassName
{
background-color: #96C518;
}
</style>
border-color css
<style>
span { border-color: #96C518; }
span { border-color: rgb(150,197,24); }
td.TdClassName
{
border-color: #96C518;
}
.TagClassName
{
border-color: #96C518;
}
</style>