Shades of Chelsea Cucumber #96B758
Tints of Chelsea Cucumber #96B758
RGB
CMYK
RGB Variations
Color information
#96B758 (or 0x96B758) is known color: Chelsea Cucumber. HEX triplet: 96, B7 and 58. RGB value is (150,183,88). Sum of RGB (Red+Green+Blue) = 150+183+88=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #96B758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B758 is #6948A7. Grayscale: #A2A2A2. Windows color (decimal): -6899880 or 5814166. OLE color: 5814166.
HSL color Cylindrical-coordinate representation of color #96B758: hue angle of 80.84º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96B758 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 88 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.28 |
| HSL | 80.84º | 0.4% | 0.53% | - |
| HSV(B) | 80.84º | 0.52% | 0.72% | - |
| XYZ | 31.27 | 41.06 | 15.51 | - |
| YUV | 162.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 88 | 0.18 | 0 | 0.52 | 0.28 | 80.84 | 0.4 | 0.53 |
| Hex | 96 | B7 | 58 | 12 | 0 | 34 | 1C | 51 | 28 | 35 |
| Octal | 226 | 267 | 130 | 22 | 0 | 64 | 34 | 121 | 50 | 65 |
| Binary | 10010110 | 10110111 | 1011000 | 10010 | 0 | 110100 | 11100 | 1010001 | 101000 | 110101 |
Color Harmonies of #96B758
Complementary color
Monochromatic Colors of #96B758
Black with #96B758
Text Example
Text Example
White with #96B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B758; }
p { color: rgb(150,183,88); }
H1.HeaderClassName
{
color: #96B758;
}
.AnyTagClassName
{
color: #96B758;
}
</style>
background-color css
<style>
a { background-color: #96B758; }
a { background-color: rgb(150,183,88); }
div.DivClassName
{
background-color: #96B758;
}
.BgClassName
{
background-color: #96B758;
}
</style>
border-color css
<style>
span { border-color: #96B758; }
span { border-color: rgb(150,183,88); }
td.TdClassName
{
border-color: #96B758;
}
.TagClassName
{
border-color: #96B758;
}
</style>