Shades of Chelsea Cucumber #96B361
Tints of Chelsea Cucumber #96B361
RGB
CMYK
RGB Variations
Color information
#96B361 (or 0x96B361) is known color: Chelsea Cucumber. HEX triplet: 96, B3 and 61. RGB value is (150,179,97). Sum of RGB (Red+Green+Blue) = 150+179+97=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #96B361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B361 is #694C9E. Grayscale: #A1A1A1. Windows color (decimal): -6900895 or 6402966. OLE color: 6402966.
HSL color Cylindrical-coordinate representation of color #96B361: hue angle of 81.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96B361 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 97 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.30 |
| HSL | 81.22º | 0.35% | 0.54% | - |
| HSV(B) | 81.22º | 0.46% | 0.7% | - |
| XYZ | 30.86 | 39.59 | 17.32 | - |
| YUV | 160.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 97 | 0.16 | 0 | 0.46 | 0.30 | 81.22 | 0.35 | 0.54 |
| Hex | 96 | B3 | 61 | 10 | 0 | 2E | 1E | 51 | 23 | 36 |
| Octal | 226 | 263 | 141 | 20 | 0 | 56 | 36 | 121 | 43 | 66 |
| Binary | 10010110 | 10110011 | 1100001 | 10000 | 0 | 101110 | 11110 | 1010001 | 100011 | 110110 |
Color Harmonies of #96B361
Complementary color
Monochromatic Colors of #96B361
Black with #96B361
Text Example
Text Example
White with #96B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B361; }
p { color: rgb(150,179,97); }
H1.HeaderClassName
{
color: #96B361;
}
.AnyTagClassName
{
color: #96B361;
}
</style>
background-color css
<style>
a { background-color: #96B361; }
a { background-color: rgb(150,179,97); }
div.DivClassName
{
background-color: #96B361;
}
.BgClassName
{
background-color: #96B361;
}
</style>
border-color css
<style>
span { border-color: #96B361; }
span { border-color: rgb(150,179,97); }
td.TdClassName
{
border-color: #96B361;
}
.TagClassName
{
border-color: #96B361;
}
</style>