Shades of Bahia #96C61B
Tints of Bahia #96C61B
RGB
CMYK
RGB Variations
Color information
#96C61B (or 0x96C61B) is known color: Bahia. HEX triplet: 96, C6 and 1B. RGB value is (150,198,27). Sum of RGB (Red+Green+Blue) = 150+198+27=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #96C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C61B is #6939E4. Grayscale: #A4A4A4. Windows color (decimal): -6896101 or 1820310. OLE color: 1820310.
HSL color Cylindrical-coordinate representation of color #96C61B: hue angle of 76.84º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96C61B is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 27 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.22 |
| HSL | 76.84º | 0.76% | 0.44% | - |
| HSV(B) | 76.84º | 0.86% | 0.78% | - |
| XYZ | 32.97 | 46.95 | 8.36 | - |
| YUV | 164.15 | 50.6 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 27 | 0.24 | 0 | 0.86 | 0.22 | 76.84 | 0.76 | 0.44 |
| Hex | 96 | C6 | 1B | 18 | 0 | 56 | 16 | 4D | 4C | 2C |
| Octal | 226 | 306 | 33 | 30 | 0 | 126 | 26 | 115 | 114 | 54 |
| Binary | 10010110 | 11000110 | 11011 | 11000 | 0 | 1010110 | 10110 | 1001101 | 1001100 | 101100 |
Color Harmonies of #96C61B
Complementary color
Monochromatic Colors of #96C61B
Black with #96C61B
Text Example
Text Example
White with #96C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C61B; }
p { color: rgb(150,198,27); }
H1.HeaderClassName
{
color: #96C61B;
}
.AnyTagClassName
{
color: #96C61B;
}
</style>
background-color css
<style>
a { background-color: #96C61B; }
a { background-color: rgb(150,198,27); }
div.DivClassName
{
background-color: #96C61B;
}
.BgClassName
{
background-color: #96C61B;
}
</style>
border-color css
<style>
span { border-color: #96C61B; }
span { border-color: rgb(150,198,27); }
td.TdClassName
{
border-color: #96C61B;
}
.TagClassName
{
border-color: #96C61B;
}
</style>