Shades of Chelsea Cucumber #96BA4D
Tints of Chelsea Cucumber #96BA4D
RGB
CMYK
RGB Variations
Color information
#96BA4D (or 0x96BA4D) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 4D. RGB value is (150,186,77). Sum of RGB (Red+Green+Blue) = 150+186+77=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA4D is #6945B2. Grayscale: #A3A3A3. Windows color (decimal): -6899123 or 5094038. OLE color: 5094038.
HSL color Cylindrical-coordinate representation of color #96BA4D: hue angle of 79.82º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96BA4D is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 77 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.27 |
| HSL | 79.82º | 0.44% | 0.52% | - |
| HSV(B) | 79.82º | 0.59% | 0.73% | - |
| XYZ | 31.48 | 42.14 | 13.5 | - |
| YUV | 162.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 77 | 0.19 | 0 | 0.59 | 0.27 | 79.82 | 0.44 | 0.52 |
| Hex | 96 | BA | 4D | 13 | 0 | 3B | 1B | 50 | 2C | 34 |
| Octal | 226 | 272 | 115 | 23 | 0 | 73 | 33 | 120 | 54 | 64 |
| Binary | 10010110 | 10111010 | 1001101 | 10011 | 0 | 111011 | 11011 | 1010000 | 101100 | 110100 |
Color Harmonies of #96BA4D
Complementary color
Monochromatic Colors of #96BA4D
Black with #96BA4D
Text Example
Text Example
White with #96BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA4D; }
p { color: rgb(150,186,77); }
H1.HeaderClassName
{
color: #96BA4D;
}
.AnyTagClassName
{
color: #96BA4D;
}
</style>
background-color css
<style>
a { background-color: #96BA4D; }
a { background-color: rgb(150,186,77); }
div.DivClassName
{
background-color: #96BA4D;
}
.BgClassName
{
background-color: #96BA4D;
}
</style>
border-color css
<style>
span { border-color: #96BA4D; }
span { border-color: rgb(150,186,77); }
td.TdClassName
{
border-color: #96BA4D;
}
.TagClassName
{
border-color: #96BA4D;
}
</style>