Shades of Chelsea Cucumber #96B34D
Tints of Chelsea Cucumber #96B34D
RGB
CMYK
RGB Variations
Color information
#96B34D (or 0x96B34D) is known color: Chelsea Cucumber. HEX triplet: 96, B3 and 4D. RGB value is (150,179,77). Sum of RGB (Red+Green+Blue) = 150+179+77=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #96B34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B34D is #694CB2. Grayscale: #9F9F9F. Windows color (decimal): -6900915 or 5092246. OLE color: 5092246.
HSL color Cylindrical-coordinate representation of color #96B34D: hue angle of 77.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96B34D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 77 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.30 |
| HSL | 77.06º | 0.4% | 0.5% | - |
| HSV(B) | 77.06º | 0.57% | 0.7% | - |
| XYZ | 30.04 | 39.26 | 13.02 | - |
| YUV | 158.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 77 | 0.16 | 0 | 0.57 | 0.30 | 77.06 | 0.4 | 0.5 |
| Hex | 96 | B3 | 4D | 10 | 0 | 39 | 1E | 4D | 28 | 32 |
| Octal | 226 | 263 | 115 | 20 | 0 | 71 | 36 | 115 | 50 | 62 |
| Binary | 10010110 | 10110011 | 1001101 | 10000 | 0 | 111001 | 11110 | 1001101 | 101000 | 110010 |
Color Harmonies of #96B34D
Complementary color
Monochromatic Colors of #96B34D
Black with #96B34D
Text Example
Text Example
White with #96B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B34D; }
p { color: rgb(150,179,77); }
H1.HeaderClassName
{
color: #96B34D;
}
.AnyTagClassName
{
color: #96B34D;
}
</style>
background-color css
<style>
a { background-color: #96B34D; }
a { background-color: rgb(150,179,77); }
div.DivClassName
{
background-color: #96B34D;
}
.BgClassName
{
background-color: #96B34D;
}
</style>
border-color css
<style>
span { border-color: #96B34D; }
span { border-color: rgb(150,179,77); }
td.TdClassName
{
border-color: #96B34D;
}
.TagClassName
{
border-color: #96B34D;
}
</style>