Shades of Bahia #96BD1B
Tints of Bahia #96BD1B
RGB
CMYK
RGB Variations
Color information
#96BD1B (or 0x96BD1B) is known color: Bahia. HEX triplet: 96, BD and 1B. RGB value is (150,189,27). Sum of RGB (Red+Green+Blue) = 150+189+27=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD1B is #6942E4. Grayscale: #9F9F9F. Windows color (decimal): -6898405 or 1818006. OLE color: 1818006.
HSL color Cylindrical-coordinate representation of color #96BD1B: hue angle of 74.44º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96BD1B is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 27 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.26 |
| HSL | 74.44º | 0.75% | 0.42% | - |
| HSV(B) | 74.44º | 0.86% | 0.74% | - |
| XYZ | 30.97 | 42.96 | 7.7 | - |
| YUV | 158.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 27 | 0.21 | 0 | 0.86 | 0.26 | 74.44 | 0.75 | 0.42 |
| Hex | 96 | BD | 1B | 15 | 0 | 56 | 1A | 4A | 4B | 2A |
| Octal | 226 | 275 | 33 | 25 | 0 | 126 | 32 | 112 | 113 | 52 |
| Binary | 10010110 | 10111101 | 11011 | 10101 | 0 | 1010110 | 11010 | 1001010 | 1001011 | 101010 |
Color Harmonies of #96BD1B
Complementary color
Monochromatic Colors of #96BD1B
Black with #96BD1B
Text Example
Text Example
White with #96BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD1B; }
p { color: rgb(150,189,27); }
H1.HeaderClassName
{
color: #96BD1B;
}
.AnyTagClassName
{
color: #96BD1B;
}
</style>
background-color css
<style>
a { background-color: #96BD1B; }
a { background-color: rgb(150,189,27); }
div.DivClassName
{
background-color: #96BD1B;
}
.BgClassName
{
background-color: #96BD1B;
}
</style>
border-color css
<style>
span { border-color: #96BD1B; }
span { border-color: rgb(150,189,27); }
td.TdClassName
{
border-color: #96BD1B;
}
.TagClassName
{
border-color: #96BD1B;
}
</style>