Shades of Chelsea Cucumber #96B952
Tints of Chelsea Cucumber #96B952
RGB
CMYK
RGB Variations
Color information
#96B952 (or 0x96B952) is known color: Chelsea Cucumber. HEX triplet: 96, B9 and 52. RGB value is (150,185,82). Sum of RGB (Red+Green+Blue) = 150+185+82=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #96B952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B952 is #6946AD. Grayscale: #A3A3A3. Windows color (decimal): -6899374 or 5421462. OLE color: 5421462.
HSL color Cylindrical-coordinate representation of color #96B952: hue angle of 80.39º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96B952 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 82 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.27 |
| HSL | 80.39º | 0.42% | 0.52% | - |
| HSV(B) | 80.39º | 0.56% | 0.73% | - |
| XYZ | 31.45 | 41.79 | 14.39 | - |
| YUV | 162.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 82 | 0.19 | 0 | 0.56 | 0.27 | 80.39 | 0.42 | 0.52 |
| Hex | 96 | B9 | 52 | 13 | 0 | 38 | 1B | 50 | 2A | 34 |
| Octal | 226 | 271 | 122 | 23 | 0 | 70 | 33 | 120 | 52 | 64 |
| Binary | 10010110 | 10111001 | 1010010 | 10011 | 0 | 111000 | 11011 | 1010000 | 101010 | 110100 |
Color Harmonies of #96B952
Complementary color
Monochromatic Colors of #96B952
Black with #96B952
Text Example
Text Example
White with #96B952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B952; }
p { color: rgb(150,185,82); }
H1.HeaderClassName
{
color: #96B952;
}
.AnyTagClassName
{
color: #96B952;
}
</style>
background-color css
<style>
a { background-color: #96B952; }
a { background-color: rgb(150,185,82); }
div.DivClassName
{
background-color: #96B952;
}
.BgClassName
{
background-color: #96B952;
}
</style>
border-color css
<style>
span { border-color: #96B952; }
span { border-color: rgb(150,185,82); }
td.TdClassName
{
border-color: #96B952;
}
.TagClassName
{
border-color: #96B952;
}
</style>