Shades of Chelsea Cucumber #96C052
Tints of Chelsea Cucumber #96C052
RGB
CMYK
RGB Variations
Color information
#96C052 (or 0x96C052) is known color: Chelsea Cucumber. HEX triplet: 96, C0 and 52. RGB value is (150,192,82). Sum of RGB (Red+Green+Blue) = 150+192+82=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #96C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C052 is #693FAD. Grayscale: #A7A7A7. Windows color (decimal): -6897582 or 5423254. OLE color: 5423254.
HSL color Cylindrical-coordinate representation of color #96C052: hue angle of 82.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96C052 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 82 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.25 |
| HSL | 82.91º | 0.47% | 0.54% | - |
| HSV(B) | 82.91º | 0.57% | 0.75% | - |
| XYZ | 32.95 | 44.79 | 14.89 | - |
| YUV | 166.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 82 | 0.22 | 0 | 0.57 | 0.25 | 82.91 | 0.47 | 0.54 |
| Hex | 96 | C0 | 52 | 16 | 0 | 39 | 19 | 53 | 2F | 36 |
| Octal | 226 | 300 | 122 | 26 | 0 | 71 | 31 | 123 | 57 | 66 |
| Binary | 10010110 | 11000000 | 1010010 | 10110 | 0 | 111001 | 11001 | 1010011 | 101111 | 110110 |
Color Harmonies of #96C052
Complementary color
Monochromatic Colors of #96C052
Black with #96C052
Text Example
Text Example
White with #96C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C052; }
p { color: rgb(150,192,82); }
H1.HeaderClassName
{
color: #96C052;
}
.AnyTagClassName
{
color: #96C052;
}
</style>
background-color css
<style>
a { background-color: #96C052; }
a { background-color: rgb(150,192,82); }
div.DivClassName
{
background-color: #96C052;
}
.BgClassName
{
background-color: #96C052;
}
</style>
border-color css
<style>
span { border-color: #96C052; }
span { border-color: rgb(150,192,82); }
td.TdClassName
{
border-color: #96C052;
}
.TagClassName
{
border-color: #96C052;
}
</style>