Shades of Chelsea Cucumber #96BA56
Tints of Chelsea Cucumber #96BA56
RGB
CMYK
RGB Variations
Color information
#96BA56 (or 0x96BA56) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 56. RGB value is (150,186,86). Sum of RGB (Red+Green+Blue) = 150+186+86=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA56 is #6945A9. Grayscale: #A4A4A4. Windows color (decimal): -6899114 or 5683862. OLE color: 5683862.
HSL color Cylindrical-coordinate representation of color #96BA56: hue angle of 81.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96BA56 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 86 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.27 |
| HSL | 81.6º | 0.42% | 0.53% | - |
| HSV(B) | 81.6º | 0.54% | 0.73% | - |
| XYZ | 31.82 | 42.27 | 15.29 | - |
| YUV | 163.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 86 | 0.19 | 0 | 0.54 | 0.27 | 81.6 | 0.42 | 0.53 |
| Hex | 96 | BA | 56 | 13 | 0 | 36 | 1B | 52 | 2A | 35 |
| Octal | 226 | 272 | 126 | 23 | 0 | 66 | 33 | 122 | 52 | 65 |
| Binary | 10010110 | 10111010 | 1010110 | 10011 | 0 | 110110 | 11011 | 1010010 | 101010 | 110101 |
Color Harmonies of #96BA56
Complementary color
Monochromatic Colors of #96BA56
Black with #96BA56
Text Example
Text Example
White with #96BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA56; }
p { color: rgb(150,186,86); }
H1.HeaderClassName
{
color: #96BA56;
}
.AnyTagClassName
{
color: #96BA56;
}
</style>
background-color css
<style>
a { background-color: #96BA56; }
a { background-color: rgb(150,186,86); }
div.DivClassName
{
background-color: #96BA56;
}
.BgClassName
{
background-color: #96BA56;
}
</style>
border-color css
<style>
span { border-color: #96BA56; }
span { border-color: rgb(150,186,86); }
td.TdClassName
{
border-color: #96BA56;
}
.TagClassName
{
border-color: #96BA56;
}
</style>