Shades of Chelsea Cucumber #96B855
Tints of Chelsea Cucumber #96B855
RGB
CMYK
RGB Variations
Color information
#96B855 (or 0x96B855) is known color: Chelsea Cucumber. HEX triplet: 96, B8 and 55. RGB value is (150,184,85). Sum of RGB (Red+Green+Blue) = 150+184+85=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #96B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B855 is #6947AA. Grayscale: #A2A2A2. Windows color (decimal): -6899627 or 5617814. OLE color: 5617814.
HSL color Cylindrical-coordinate representation of color #96B855: hue angle of 80.61º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96B855 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 85 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.28 |
| HSL | 80.61º | 0.41% | 0.53% | - |
| HSV(B) | 80.61º | 0.54% | 0.72% | - |
| XYZ | 31.36 | 41.42 | 14.94 | - |
| YUV | 162.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 85 | 0.18 | 0 | 0.54 | 0.28 | 80.61 | 0.41 | 0.53 |
| Hex | 96 | B8 | 55 | 12 | 0 | 36 | 1C | 51 | 29 | 35 |
| Octal | 226 | 270 | 125 | 22 | 0 | 66 | 34 | 121 | 51 | 65 |
| Binary | 10010110 | 10111000 | 1010101 | 10010 | 0 | 110110 | 11100 | 1010001 | 101001 | 110101 |
Color Harmonies of #96B855
Complementary color
Monochromatic Colors of #96B855
Black with #96B855
Text Example
Text Example
White with #96B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B855; }
p { color: rgb(150,184,85); }
H1.HeaderClassName
{
color: #96B855;
}
.AnyTagClassName
{
color: #96B855;
}
</style>
background-color css
<style>
a { background-color: #96B855; }
a { background-color: rgb(150,184,85); }
div.DivClassName
{
background-color: #96B855;
}
.BgClassName
{
background-color: #96B855;
}
</style>
border-color css
<style>
span { border-color: #96B855; }
span { border-color: rgb(150,184,85); }
td.TdClassName
{
border-color: #96B855;
}
.TagClassName
{
border-color: #96B855;
}
</style>