Shades of Chelsea Cucumber #96B95E
Tints of Chelsea Cucumber #96B95E
RGB
CMYK
RGB Variations
Color information
#96B95E (or 0x96B95E) is known color: Chelsea Cucumber. HEX triplet: 96, B9 and 5E. RGB value is (150,185,94). Sum of RGB (Red+Green+Blue) = 150+185+94=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #96B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B95E is #6946A1. Grayscale: #A4A4A4. Windows color (decimal): -6899362 or 6207894. OLE color: 6207894.
HSL color Cylindrical-coordinate representation of color #96B95E: hue angle of 83.08º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96B95E is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 94 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.27 |
| HSL | 83.08º | 0.39% | 0.55% | - |
| HSV(B) | 83.08º | 0.49% | 0.73% | - |
| XYZ | 31.95 | 41.99 | 17.01 | - |
| YUV | 164.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 94 | 0.19 | 0 | 0.49 | 0.27 | 83.08 | 0.39 | 0.55 |
| Hex | 96 | B9 | 5E | 13 | 0 | 31 | 1B | 53 | 27 | 37 |
| Octal | 226 | 271 | 136 | 23 | 0 | 61 | 33 | 123 | 47 | 67 |
| Binary | 10010110 | 10111001 | 1011110 | 10011 | 0 | 110001 | 11011 | 1010011 | 100111 | 110111 |
Color Harmonies of #96B95E
Complementary color
Monochromatic Colors of #96B95E
Black with #96B95E
Text Example
Text Example
White with #96B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B95E; }
p { color: rgb(150,185,94); }
H1.HeaderClassName
{
color: #96B95E;
}
.AnyTagClassName
{
color: #96B95E;
}
</style>
background-color css
<style>
a { background-color: #96B95E; }
a { background-color: rgb(150,185,94); }
div.DivClassName
{
background-color: #96B95E;
}
.BgClassName
{
background-color: #96B95E;
}
</style>
border-color css
<style>
span { border-color: #96B95E; }
span { border-color: rgb(150,185,94); }
td.TdClassName
{
border-color: #96B95E;
}
.TagClassName
{
border-color: #96B95E;
}
</style>