Shades of Chelsea Cucumber #96B752
Tints of Chelsea Cucumber #96B752
RGB
CMYK
RGB Variations
Color information
#96B752 (or 0x96B752) is known color: Chelsea Cucumber. HEX triplet: 96, B7 and 52. RGB value is (150,183,82). Sum of RGB (Red+Green+Blue) = 150+183+82=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #96B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B752 is #6948AD. Grayscale: #A1A1A1. Windows color (decimal): -6899886 or 5420950. OLE color: 5420950.
HSL color Cylindrical-coordinate representation of color #96B752: hue angle of 79.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96B752 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 82 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.28 |
| HSL | 79.6º | 0.41% | 0.52% | - |
| HSV(B) | 79.6º | 0.55% | 0.72% | - |
| XYZ | 31.03 | 40.96 | 14.25 | - |
| YUV | 161.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 82 | 0.18 | 0 | 0.55 | 0.28 | 79.6 | 0.41 | 0.52 |
| Hex | 96 | B7 | 52 | 12 | 0 | 37 | 1C | 50 | 29 | 34 |
| Octal | 226 | 267 | 122 | 22 | 0 | 67 | 34 | 120 | 51 | 64 |
| Binary | 10010110 | 10110111 | 1010010 | 10010 | 0 | 110111 | 11100 | 1010000 | 101001 | 110100 |
Color Harmonies of #96B752
Complementary color
Monochromatic Colors of #96B752
Black with #96B752
Text Example
Text Example
White with #96B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B752; }
p { color: rgb(150,183,82); }
H1.HeaderClassName
{
color: #96B752;
}
.AnyTagClassName
{
color: #96B752;
}
</style>
background-color css
<style>
a { background-color: #96B752; }
a { background-color: rgb(150,183,82); }
div.DivClassName
{
background-color: #96B752;
}
.BgClassName
{
background-color: #96B752;
}
</style>
border-color css
<style>
span { border-color: #96B752; }
span { border-color: rgb(150,183,82); }
td.TdClassName
{
border-color: #96B752;
}
.TagClassName
{
border-color: #96B752;
}
</style>