Shades of Chelsea Cucumber #96B260
Tints of Chelsea Cucumber #96B260
RGB
CMYK
RGB Variations
Color information
#96B260 (or 0x96B260) is known color: Chelsea Cucumber. HEX triplet: 96, B2 and 60. RGB value is (150,178,96). Sum of RGB (Red+Green+Blue) = 150+178+96=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #96B260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B260 is #694D9F. Grayscale: #A0A0A0. Windows color (decimal): -6901152 or 6337174. OLE color: 6337174.
HSL color Cylindrical-coordinate representation of color #96B260: hue angle of 80.49º 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 #96B260 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 96 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.30 |
| HSL | 80.49º | 0.35% | 0.54% | - |
| HSV(B) | 80.49º | 0.46% | 0.7% | - |
| XYZ | 30.61 | 39.17 | 17.01 | - |
| YUV | 160.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 96 | 0.16 | 0 | 0.46 | 0.30 | 80.49 | 0.35 | 0.54 |
| Hex | 96 | B2 | 60 | 10 | 0 | 2E | 1E | 50 | 23 | 36 |
| Octal | 226 | 262 | 140 | 20 | 0 | 56 | 36 | 120 | 43 | 66 |
| Binary | 10010110 | 10110010 | 1100000 | 10000 | 0 | 101110 | 11110 | 1010000 | 100011 | 110110 |
Color Harmonies of #96B260
Complementary color
Monochromatic Colors of #96B260
Black with #96B260
Text Example
Text Example
White with #96B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B260; }
p { color: rgb(150,178,96); }
H1.HeaderClassName
{
color: #96B260;
}
.AnyTagClassName
{
color: #96B260;
}
</style>
background-color css
<style>
a { background-color: #96B260; }
a { background-color: rgb(150,178,96); }
div.DivClassName
{
background-color: #96B260;
}
.BgClassName
{
background-color: #96B260;
}
</style>
border-color css
<style>
span { border-color: #96B260; }
span { border-color: rgb(150,178,96); }
td.TdClassName
{
border-color: #96B260;
}
.TagClassName
{
border-color: #96B260;
}
</style>