Shades of Chelsea Cucumber #96C356
Tints of Chelsea Cucumber #96C356
RGB
CMYK
RGB Variations
Color information
#96C356 (or 0x96C356) is known color: Chelsea Cucumber. HEX triplet: 96, C3 and 56. RGB value is (150,195,86). Sum of RGB (Red+Green+Blue) = 150+195+86=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #96C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C356 is #693CA9. Grayscale: #A9A9A9. Windows color (decimal): -6896810 or 5686166. OLE color: 5686166.
HSL color Cylindrical-coordinate representation of color #96C356: hue angle of 84.77º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96C356 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 86 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.24 |
| HSL | 84.77º | 0.48% | 0.55% | - |
| HSV(B) | 84.77º | 0.56% | 0.76% | - |
| XYZ | 33.77 | 46.19 | 15.94 | - |
| YUV | 169.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 86 | 0.23 | 0 | 0.56 | 0.24 | 84.77 | 0.48 | 0.55 |
| Hex | 96 | C3 | 56 | 17 | 0 | 38 | 18 | 55 | 30 | 37 |
| Octal | 226 | 303 | 126 | 27 | 0 | 70 | 30 | 125 | 60 | 67 |
| Binary | 10010110 | 11000011 | 1010110 | 10111 | 0 | 111000 | 11000 | 1010101 | 110000 | 110111 |
Color Harmonies of #96C356
Complementary color
Monochromatic Colors of #96C356
Black with #96C356
Text Example
Text Example
White with #96C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C356; }
p { color: rgb(150,195,86); }
H1.HeaderClassName
{
color: #96C356;
}
.AnyTagClassName
{
color: #96C356;
}
</style>
background-color css
<style>
a { background-color: #96C356; }
a { background-color: rgb(150,195,86); }
div.DivClassName
{
background-color: #96C356;
}
.BgClassName
{
background-color: #96C356;
}
</style>
border-color css
<style>
span { border-color: #96C356; }
span { border-color: rgb(150,195,86); }
td.TdClassName
{
border-color: #96C356;
}
.TagClassName
{
border-color: #96C356;
}
</style>