Shades of Chelsea Cucumber #96BA5B
Tints of Chelsea Cucumber #96BA5B
RGB
CMYK
RGB Variations
Color information
#96BA5B (or 0x96BA5B) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 5B. RGB value is (150,186,91). Sum of RGB (Red+Green+Blue) = 150+186+91=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA5B is #6945A4. Grayscale: #A4A4A4. Windows color (decimal): -6899109 or 6011542. OLE color: 6011542.
HSL color Cylindrical-coordinate representation of color #96BA5B: hue angle of 82.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96BA5B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 91 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.27 |
| HSL | 82.74º | 0.41% | 0.54% | - |
| HSV(B) | 82.74º | 0.51% | 0.73% | - |
| XYZ | 32.02 | 42.36 | 16.39 | - |
| YUV | 164.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 91 | 0.19 | 0 | 0.51 | 0.27 | 82.74 | 0.41 | 0.54 |
| Hex | 96 | BA | 5B | 13 | 0 | 33 | 1B | 53 | 29 | 36 |
| Octal | 226 | 272 | 133 | 23 | 0 | 63 | 33 | 123 | 51 | 66 |
| Binary | 10010110 | 10111010 | 1011011 | 10011 | 0 | 110011 | 11011 | 1010011 | 101001 | 110110 |
Color Harmonies of #96BA5B
Complementary color
Monochromatic Colors of #96BA5B
Black with #96BA5B
Text Example
Text Example
White with #96BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA5B; }
p { color: rgb(150,186,91); }
H1.HeaderClassName
{
color: #96BA5B;
}
.AnyTagClassName
{
color: #96BA5B;
}
</style>
background-color css
<style>
a { background-color: #96BA5B; }
a { background-color: rgb(150,186,91); }
div.DivClassName
{
background-color: #96BA5B;
}
.BgClassName
{
background-color: #96BA5B;
}
</style>
border-color css
<style>
span { border-color: #96BA5B; }
span { border-color: rgb(150,186,91); }
td.TdClassName
{
border-color: #96BA5B;
}
.TagClassName
{
border-color: #96BA5B;
}
</style>