Shades of Bahia #96C01A
Tints of Bahia #96C01A
RGB
CMYK
RGB Variations
Color information
#96C01A (or 0x96C01A) is known color: Bahia. HEX triplet: 96, C0 and 1A. RGB value is (150,192,26). Sum of RGB (Red+Green+Blue) = 150+192+26=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #96C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C01A is #693FE5. Grayscale: #A1A1A1. Windows color (decimal): -6897638 or 1753238. OLE color: 1753238.
HSL color Cylindrical-coordinate representation of color #96C01A: hue angle of 75.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96C01A is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 26 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.25 |
| HSL | 75.18º | 0.76% | 0.43% | - |
| HSV(B) | 75.18º | 0.86% | 0.75% | - |
| XYZ | 31.61 | 44.26 | 7.85 | - |
| YUV | 160.52 | 52.09 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 26 | 0.22 | 0 | 0.86 | 0.25 | 75.18 | 0.76 | 0.43 |
| Hex | 96 | C0 | 1A | 16 | 0 | 56 | 19 | 4B | 4C | 2B |
| Octal | 226 | 300 | 32 | 26 | 0 | 126 | 31 | 113 | 114 | 53 |
| Binary | 10010110 | 11000000 | 11010 | 10110 | 0 | 1010110 | 11001 | 1001011 | 1001100 | 101011 |
Color Harmonies of #96C01A
Complementary color
Monochromatic Colors of #96C01A
Black with #96C01A
Text Example
Text Example
White with #96C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C01A; }
p { color: rgb(150,192,26); }
H1.HeaderClassName
{
color: #96C01A;
}
.AnyTagClassName
{
color: #96C01A;
}
</style>
background-color css
<style>
a { background-color: #96C01A; }
a { background-color: rgb(150,192,26); }
div.DivClassName
{
background-color: #96C01A;
}
.BgClassName
{
background-color: #96C01A;
}
</style>
border-color css
<style>
span { border-color: #96C01A; }
span { border-color: rgb(150,192,26); }
td.TdClassName
{
border-color: #96C01A;
}
.TagClassName
{
border-color: #96C01A;
}
</style>