Shades of Chelsea Cucumber #96BC55
Tints of Chelsea Cucumber #96BC55
RGB
CMYK
RGB Variations
Color information
#96BC55 (or 0x96BC55) is known color: Chelsea Cucumber. HEX triplet: 96, BC and 55. RGB value is (150,188,85). Sum of RGB (Red+Green+Blue) = 150+188+85=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC55 is #6943AA. Grayscale: #A5A5A5. Windows color (decimal): -6898603 or 5618838. OLE color: 5618838.
HSL color Cylindrical-coordinate representation of color #96BC55: hue angle of 82.14º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96BC55 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 85 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.26 |
| HSL | 82.14º | 0.43% | 0.54% | - |
| HSV(B) | 82.14º | 0.55% | 0.74% | - |
| XYZ | 32.2 | 43.11 | 15.22 | - |
| YUV | 164.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 85 | 0.20 | 0 | 0.55 | 0.26 | 82.14 | 0.43 | 0.54 |
| Hex | 96 | BC | 55 | 14 | 0 | 37 | 1A | 52 | 2B | 36 |
| Octal | 226 | 274 | 125 | 24 | 0 | 67 | 32 | 122 | 53 | 66 |
| Binary | 10010110 | 10111100 | 1010101 | 10100 | 0 | 110111 | 11010 | 1010010 | 101011 | 110110 |
Color Harmonies of #96BC55
Complementary color
Monochromatic Colors of #96BC55
Black with #96BC55
Text Example
Text Example
White with #96BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC55; }
p { color: rgb(150,188,85); }
H1.HeaderClassName
{
color: #96BC55;
}
.AnyTagClassName
{
color: #96BC55;
}
</style>
background-color css
<style>
a { background-color: #96BC55; }
a { background-color: rgb(150,188,85); }
div.DivClassName
{
background-color: #96BC55;
}
.BgClassName
{
background-color: #96BC55;
}
</style>
border-color css
<style>
span { border-color: #96BC55; }
span { border-color: rgb(150,188,85); }
td.TdClassName
{
border-color: #96BC55;
}
.TagClassName
{
border-color: #96BC55;
}
</style>