Shades of Chelsea Cucumber #96B94B
Tints of Chelsea Cucumber #96B94B
RGB
CMYK
RGB Variations
Color information
#96B94B (or 0x96B94B) is known color: Chelsea Cucumber. HEX triplet: 96, B9 and 4B. RGB value is (150,185,75). Sum of RGB (Red+Green+Blue) = 150+185+75=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #96B94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B94B is #6946B4. Grayscale: #A2A2A2. Windows color (decimal): -6899381 or 4962710. OLE color: 4962710.
HSL color Cylindrical-coordinate representation of color #96B94B: hue angle of 79.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96B94B is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 75 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.27 |
| HSL | 79.09º | 0.44% | 0.51% | - |
| HSV(B) | 79.09º | 0.59% | 0.73% | - |
| XYZ | 31.2 | 41.69 | 13.06 | - |
| YUV | 162 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 75 | 0.19 | 0 | 0.59 | 0.27 | 79.09 | 0.44 | 0.51 |
| Hex | 96 | B9 | 4B | 13 | 0 | 3B | 1B | 4F | 2C | 33 |
| Octal | 226 | 271 | 113 | 23 | 0 | 73 | 33 | 117 | 54 | 63 |
| Binary | 10010110 | 10111001 | 1001011 | 10011 | 0 | 111011 | 11011 | 1001111 | 101100 | 110011 |
Color Harmonies of #96B94B
Complementary color
Monochromatic Colors of #96B94B
Black with #96B94B
Text Example
Text Example
White with #96B94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B94B; }
p { color: rgb(150,185,75); }
H1.HeaderClassName
{
color: #96B94B;
}
.AnyTagClassName
{
color: #96B94B;
}
</style>
background-color css
<style>
a { background-color: #96B94B; }
a { background-color: rgb(150,185,75); }
div.DivClassName
{
background-color: #96B94B;
}
.BgClassName
{
background-color: #96B94B;
}
</style>
border-color css
<style>
span { border-color: #96B94B; }
span { border-color: rgb(150,185,75); }
td.TdClassName
{
border-color: #96B94B;
}
.TagClassName
{
border-color: #96B94B;
}
</style>