Shades of Chelsea Cucumber #96BB55
Tints of Chelsea Cucumber #96BB55
RGB
CMYK
RGB Variations
Color information
#96BB55 (or 0x96BB55) is known color: Chelsea Cucumber. HEX triplet: 96, BB and 55. RGB value is (150,187,85). Sum of RGB (Red+Green+Blue) = 150+187+85=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB55 is #6944AA. Grayscale: #A4A4A4. Windows color (decimal): -6898859 or 5618582. OLE color: 5618582.
HSL color Cylindrical-coordinate representation of color #96BB55: hue angle of 81.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96BB55 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 85 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.27 |
| HSL | 81.76º | 0.43% | 0.53% | - |
| HSV(B) | 81.76º | 0.55% | 0.73% | - |
| XYZ | 31.99 | 42.68 | 15.15 | - |
| YUV | 164.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 85 | 0.20 | 0 | 0.55 | 0.27 | 81.76 | 0.43 | 0.53 |
| Hex | 96 | BB | 55 | 14 | 0 | 37 | 1B | 52 | 2B | 35 |
| Octal | 226 | 273 | 125 | 24 | 0 | 67 | 33 | 122 | 53 | 65 |
| Binary | 10010110 | 10111011 | 1010101 | 10100 | 0 | 110111 | 11011 | 1010010 | 101011 | 110101 |
Color Harmonies of #96BB55
Complementary color
Monochromatic Colors of #96BB55
Black with #96BB55
Text Example
Text Example
White with #96BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB55; }
p { color: rgb(150,187,85); }
H1.HeaderClassName
{
color: #96BB55;
}
.AnyTagClassName
{
color: #96BB55;
}
</style>
background-color css
<style>
a { background-color: #96BB55; }
a { background-color: rgb(150,187,85); }
div.DivClassName
{
background-color: #96BB55;
}
.BgClassName
{
background-color: #96BB55;
}
</style>
border-color css
<style>
span { border-color: #96BB55; }
span { border-color: rgb(150,187,85); }
td.TdClassName
{
border-color: #96BB55;
}
.TagClassName
{
border-color: #96BB55;
}
</style>