Shades of Chelsea Cucumber #96BA57
Tints of Chelsea Cucumber #96BA57
RGB
CMYK
RGB Variations
Color information
#96BA57 (or 0x96BA57) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 57. RGB value is (150,186,87). Sum of RGB (Red+Green+Blue) = 150+186+87=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA57 is #6945A8. Grayscale: #A4A4A4. Windows color (decimal): -6899113 or 5749398. OLE color: 5749398.
HSL color Cylindrical-coordinate representation of color #96BA57: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96BA57 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 87 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.27 |
| HSL | 81.82º | 0.42% | 0.54% | - |
| HSV(B) | 81.82º | 0.53% | 0.73% | - |
| XYZ | 31.86 | 42.29 | 15.5 | - |
| YUV | 163.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 87 | 0.19 | 0 | 0.53 | 0.27 | 81.82 | 0.42 | 0.54 |
| Hex | 96 | BA | 57 | 13 | 0 | 35 | 1B | 52 | 2A | 36 |
| Octal | 226 | 272 | 127 | 23 | 0 | 65 | 33 | 122 | 52 | 66 |
| Binary | 10010110 | 10111010 | 1010111 | 10011 | 0 | 110101 | 11011 | 1010010 | 101010 | 110110 |
Color Harmonies of #96BA57
Complementary color
Monochromatic Colors of #96BA57
Black with #96BA57
Text Example
Text Example
White with #96BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA57; }
p { color: rgb(150,186,87); }
H1.HeaderClassName
{
color: #96BA57;
}
.AnyTagClassName
{
color: #96BA57;
}
</style>
background-color css
<style>
a { background-color: #96BA57; }
a { background-color: rgb(150,186,87); }
div.DivClassName
{
background-color: #96BA57;
}
.BgClassName
{
background-color: #96BA57;
}
</style>
border-color css
<style>
span { border-color: #96BA57; }
span { border-color: rgb(150,186,87); }
td.TdClassName
{
border-color: #96BA57;
}
.TagClassName
{
border-color: #96BA57;
}
</style>