Shades of Chelsea Cucumber #96B656
Tints of Chelsea Cucumber #96B656
RGB
CMYK
RGB Variations
Color information
#96B656 (or 0x96B656) is known color: Chelsea Cucumber. HEX triplet: 96, B6 and 56. RGB value is (150,182,86). Sum of RGB (Red+Green+Blue) = 150+182+86=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #96B656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B656 is #6949A9. Grayscale: #A1A1A1. Windows color (decimal): -6900138 or 5682838. OLE color: 5682838.
HSL color Cylindrical-coordinate representation of color #96B656: hue angle of 80º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96B656 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 86 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.29 |
| HSL | 80º | 0.4% | 0.53% | - |
| HSV(B) | 80º | 0.53% | 0.71% | - |
| XYZ | 30.99 | 40.61 | 15.01 | - |
| YUV | 161.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 86 | 0.18 | 0 | 0.53 | 0.29 | 80 | 0.4 | 0.53 |
| Hex | 96 | B6 | 56 | 12 | 0 | 35 | 1D | 50 | 28 | 35 |
| Octal | 226 | 266 | 126 | 22 | 0 | 65 | 35 | 120 | 50 | 65 |
| Binary | 10010110 | 10110110 | 1010110 | 10010 | 0 | 110101 | 11101 | 1010000 | 101000 | 110101 |
Color Harmonies of #96B656
Complementary color
Monochromatic Colors of #96B656
Black with #96B656
Text Example
Text Example
White with #96B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B656; }
p { color: rgb(150,182,86); }
H1.HeaderClassName
{
color: #96B656;
}
.AnyTagClassName
{
color: #96B656;
}
</style>
background-color css
<style>
a { background-color: #96B656; }
a { background-color: rgb(150,182,86); }
div.DivClassName
{
background-color: #96B656;
}
.BgClassName
{
background-color: #96B656;
}
</style>
border-color css
<style>
span { border-color: #96B656; }
span { border-color: rgb(150,182,86); }
td.TdClassName
{
border-color: #96B656;
}
.TagClassName
{
border-color: #96B656;
}
</style>