Shades of Bahia #96CB14
Tints of Bahia #96CB14
RGB
CMYK
RGB Variations
Color information
#96CB14 (or 0x96CB14) is known color: Bahia. HEX triplet: 96, CB and 14. RGB value is (150,203,20). Sum of RGB (Red+Green+Blue) = 150+203+20=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CB14 is #6934EB. Grayscale: #A6A6A6. Windows color (decimal): -6894828 or 1362838. OLE color: 1362838.
HSL color Cylindrical-coordinate representation of color #96CB14: hue angle of 77.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96CB14 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 20 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.20 |
| HSL | 77.38º | 0.82% | 0.44% | - |
| HSV(B) | 77.38º | 0.9% | 0.8% | - |
| XYZ | 34.06 | 49.25 | 8.37 | - |
| YUV | 166.29 | 45.44 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 20 | 0.26 | 0 | 0.90 | 0.20 | 77.38 | 0.82 | 0.44 |
| Hex | 96 | CB | 14 | 1A | 0 | 5A | 14 | 4D | 52 | 2C |
| Octal | 226 | 313 | 24 | 32 | 0 | 132 | 24 | 115 | 122 | 54 |
| Binary | 10010110 | 11001011 | 10100 | 11010 | 0 | 1011010 | 10100 | 1001101 | 1010010 | 101100 |
Color Harmonies of #96CB14
Complementary color
Monochromatic Colors of #96CB14
Black with #96CB14
Text Example
Text Example
White with #96CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB14; }
p { color: rgb(150,203,20); }
H1.HeaderClassName
{
color: #96CB14;
}
.AnyTagClassName
{
color: #96CB14;
}
</style>
background-color css
<style>
a { background-color: #96CB14; }
a { background-color: rgb(150,203,20); }
div.DivClassName
{
background-color: #96CB14;
}
.BgClassName
{
background-color: #96CB14;
}
</style>
border-color css
<style>
span { border-color: #96CB14; }
span { border-color: rgb(150,203,20); }
td.TdClassName
{
border-color: #96CB14;
}
.TagClassName
{
border-color: #96CB14;
}
</style>