Shades of Chelsea Cucumber #96BE57
Tints of Chelsea Cucumber #96BE57
RGB
CMYK
RGB Variations
Color information
#96BE57 (or 0x96BE57) is known color: Chelsea Cucumber. HEX triplet: 96, BE and 57. RGB value is (150,190,87). Sum of RGB (Red+Green+Blue) = 150+190+87=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE57 is #6941A8. Grayscale: #A6A6A6. Windows color (decimal): -6898089 or 5750422. OLE color: 5750422.
HSL color Cylindrical-coordinate representation of color #96BE57: hue angle of 83.3º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96BE57 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 87 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.25 |
| HSL | 83.3º | 0.44% | 0.54% | - |
| HSV(B) | 83.3º | 0.54% | 0.75% | - |
| XYZ | 32.71 | 44 | 15.79 | - |
| YUV | 166.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 87 | 0.21 | 0 | 0.54 | 0.25 | 83.3 | 0.44 | 0.54 |
| Hex | 96 | BE | 57 | 15 | 0 | 36 | 19 | 53 | 2C | 36 |
| Octal | 226 | 276 | 127 | 25 | 0 | 66 | 31 | 123 | 54 | 66 |
| Binary | 10010110 | 10111110 | 1010111 | 10101 | 0 | 110110 | 11001 | 1010011 | 101100 | 110110 |
Color Harmonies of #96BE57
Complementary color
Monochromatic Colors of #96BE57
Black with #96BE57
Text Example
Text Example
White with #96BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE57; }
p { color: rgb(150,190,87); }
H1.HeaderClassName
{
color: #96BE57;
}
.AnyTagClassName
{
color: #96BE57;
}
</style>
background-color css
<style>
a { background-color: #96BE57; }
a { background-color: rgb(150,190,87); }
div.DivClassName
{
background-color: #96BE57;
}
.BgClassName
{
background-color: #96BE57;
}
</style>
border-color css
<style>
span { border-color: #96BE57; }
span { border-color: rgb(150,190,87); }
td.TdClassName
{
border-color: #96BE57;
}
.TagClassName
{
border-color: #96BE57;
}
</style>