Shades of Chelsea Cucumber #96B64E
Tints of Chelsea Cucumber #96B64E
RGB
CMYK
RGB Variations
Color information
#96B64E (or 0x96B64E) is known color: Chelsea Cucumber. HEX triplet: 96, B6 and 4E. RGB value is (150,182,78). Sum of RGB (Red+Green+Blue) = 150+182+78=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #96B64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B64E is #6949B1. Grayscale: #A0A0A0. Windows color (decimal): -6900146 or 5158550. OLE color: 5158550.
HSL color Cylindrical-coordinate representation of color #96B64E: hue angle of 78.46º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96B64E is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 78 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.29 |
| HSL | 78.46º | 0.42% | 0.51% | - |
| HSV(B) | 78.46º | 0.57% | 0.71% | - |
| XYZ | 30.68 | 40.49 | 13.41 | - |
| YUV | 160.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 78 | 0.18 | 0 | 0.57 | 0.29 | 78.46 | 0.42 | 0.51 |
| Hex | 96 | B6 | 4E | 12 | 0 | 39 | 1D | 4E | 2A | 33 |
| Octal | 226 | 266 | 116 | 22 | 0 | 71 | 35 | 116 | 52 | 63 |
| Binary | 10010110 | 10110110 | 1001110 | 10010 | 0 | 111001 | 11101 | 1001110 | 101010 | 110011 |
Color Harmonies of #96B64E
Complementary color
Monochromatic Colors of #96B64E
Black with #96B64E
Text Example
Text Example
White with #96B64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B64E; }
p { color: rgb(150,182,78); }
H1.HeaderClassName
{
color: #96B64E;
}
.AnyTagClassName
{
color: #96B64E;
}
</style>
background-color css
<style>
a { background-color: #96B64E; }
a { background-color: rgb(150,182,78); }
div.DivClassName
{
background-color: #96B64E;
}
.BgClassName
{
background-color: #96B64E;
}
</style>
border-color css
<style>
span { border-color: #96B64E; }
span { border-color: rgb(150,182,78); }
td.TdClassName
{
border-color: #96B64E;
}
.TagClassName
{
border-color: #96B64E;
}
</style>