Shades of Chelsea Cucumber #96C158
Tints of Chelsea Cucumber #96C158
RGB
CMYK
RGB Variations
Color information
#96C158 (or 0x96C158) is known color: Chelsea Cucumber. HEX triplet: 96, C1 and 58. RGB value is (150,193,88). Sum of RGB (Red+Green+Blue) = 150+193+88=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #96C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C158 is #693EA7. Grayscale: #A8A8A8. Windows color (decimal): -6897320 or 5816726. OLE color: 5816726.
HSL color Cylindrical-coordinate representation of color #96C158: hue angle of 84.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96C158 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 88 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.24 |
| HSL | 84.57º | 0.46% | 0.55% | - |
| HSV(B) | 84.57º | 0.54% | 0.76% | - |
| XYZ | 33.41 | 45.33 | 16.22 | - |
| YUV | 168.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 88 | 0.22 | 0 | 0.54 | 0.24 | 84.57 | 0.46 | 0.55 |
| Hex | 96 | C1 | 58 | 16 | 0 | 36 | 18 | 55 | 2E | 37 |
| Octal | 226 | 301 | 130 | 26 | 0 | 66 | 30 | 125 | 56 | 67 |
| Binary | 10010110 | 11000001 | 1011000 | 10110 | 0 | 110110 | 11000 | 1010101 | 101110 | 110111 |
Color Harmonies of #96C158
Complementary color
Monochromatic Colors of #96C158
Black with #96C158
Text Example
Text Example
White with #96C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C158; }
p { color: rgb(150,193,88); }
H1.HeaderClassName
{
color: #96C158;
}
.AnyTagClassName
{
color: #96C158;
}
</style>
background-color css
<style>
a { background-color: #96C158; }
a { background-color: rgb(150,193,88); }
div.DivClassName
{
background-color: #96C158;
}
.BgClassName
{
background-color: #96C158;
}
</style>
border-color css
<style>
span { border-color: #96C158; }
span { border-color: rgb(150,193,88); }
td.TdClassName
{
border-color: #96C158;
}
.TagClassName
{
border-color: #96C158;
}
</style>