Shades of Chelsea Cucumber #96B955
Tints of Chelsea Cucumber #96B955
RGB
CMYK
RGB Variations
Color information
#96B955 (or 0x96B955) is known color: Chelsea Cucumber. HEX triplet: 96, B9 and 55. RGB value is (150,185,85). Sum of RGB (Red+Green+Blue) = 150+185+85=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #96B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B955 is #6946AA. Grayscale: #A3A3A3. Windows color (decimal): -6899371 or 5618070. OLE color: 5618070.
HSL color Cylindrical-coordinate representation of color #96B955: hue angle of 81º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96B955 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 85 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.27 |
| HSL | 81º | 0.42% | 0.53% | - |
| HSV(B) | 81º | 0.54% | 0.73% | - |
| XYZ | 31.57 | 41.84 | 15.01 | - |
| YUV | 163.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 85 | 0.19 | 0 | 0.54 | 0.27 | 81 | 0.42 | 0.53 |
| Hex | 96 | B9 | 55 | 13 | 0 | 36 | 1B | 51 | 2A | 35 |
| Octal | 226 | 271 | 125 | 23 | 0 | 66 | 33 | 121 | 52 | 65 |
| Binary | 10010110 | 10111001 | 1010101 | 10011 | 0 | 110110 | 11011 | 1010001 | 101010 | 110101 |
Color Harmonies of #96B955
Complementary color
Monochromatic Colors of #96B955
Black with #96B955
Text Example
Text Example
White with #96B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B955; }
p { color: rgb(150,185,85); }
H1.HeaderClassName
{
color: #96B955;
}
.AnyTagClassName
{
color: #96B955;
}
</style>
background-color css
<style>
a { background-color: #96B955; }
a { background-color: rgb(150,185,85); }
div.DivClassName
{
background-color: #96B955;
}
.BgClassName
{
background-color: #96B955;
}
</style>
border-color css
<style>
span { border-color: #96B955; }
span { border-color: rgb(150,185,85); }
td.TdClassName
{
border-color: #96B955;
}
.TagClassName
{
border-color: #96B955;
}
</style>