Shades of Chelsea Cucumber #96C156
Tints of Chelsea Cucumber #96C156
RGB
CMYK
RGB Variations
Color information
#96C156 (or 0x96C156) is known color: Chelsea Cucumber. HEX triplet: 96, C1 and 56. RGB value is (150,193,86). Sum of RGB (Red+Green+Blue) = 150+193+86=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #96C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C156 is #693EA9. Grayscale: #A8A8A8. Windows color (decimal): -6897322 or 5685654. OLE color: 5685654.
HSL color Cylindrical-coordinate representation of color #96C156: hue angle of 84.11º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96C156 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 86 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.24 |
| HSL | 84.11º | 0.46% | 0.55% | - |
| HSV(B) | 84.11º | 0.55% | 0.76% | - |
| XYZ | 33.33 | 45.3 | 15.79 | - |
| YUV | 167.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 86 | 0.22 | 0 | 0.55 | 0.24 | 84.11 | 0.46 | 0.55 |
| Hex | 96 | C1 | 56 | 16 | 0 | 37 | 18 | 54 | 2E | 37 |
| Octal | 226 | 301 | 126 | 26 | 0 | 67 | 30 | 124 | 56 | 67 |
| Binary | 10010110 | 11000001 | 1010110 | 10110 | 0 | 110111 | 11000 | 1010100 | 101110 | 110111 |
Color Harmonies of #96C156
Complementary color
Monochromatic Colors of #96C156
Black with #96C156
Text Example
Text Example
White with #96C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C156; }
p { color: rgb(150,193,86); }
H1.HeaderClassName
{
color: #96C156;
}
.AnyTagClassName
{
color: #96C156;
}
</style>
background-color css
<style>
a { background-color: #96C156; }
a { background-color: rgb(150,193,86); }
div.DivClassName
{
background-color: #96C156;
}
.BgClassName
{
background-color: #96C156;
}
</style>
border-color css
<style>
span { border-color: #96C156; }
span { border-color: rgb(150,193,86); }
td.TdClassName
{
border-color: #96C156;
}
.TagClassName
{
border-color: #96C156;
}
</style>