Shades of Chelsea Cucumber #96AF55
Tints of Chelsea Cucumber #96AF55
RGB
CMYK
RGB Variations
Color information
#96AF55 (or 0x96AF55) is known color: Chelsea Cucumber. HEX triplet: 96, AF and 55. RGB value is (150,175,85). Sum of RGB (Red+Green+Blue) = 150+175+85=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF55 is #6950AA. Grayscale: #9D9D9D. Windows color (decimal): -6901931 or 5615510. OLE color: 5615510.
HSL color Cylindrical-coordinate representation of color #96AF55: hue angle of 76.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96AF55 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 85 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.31 |
| HSL | 76.67º | 0.36% | 0.51% | - |
| HSV(B) | 76.67º | 0.51% | 0.69% | - |
| XYZ | 29.55 | 37.8 | 14.33 | - |
| YUV | 157.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 85 | 0.14 | 0 | 0.51 | 0.31 | 76.67 | 0.36 | 0.51 |
| Hex | 96 | AF | 55 | E | 0 | 33 | 1F | 4D | 24 | 33 |
| Octal | 226 | 257 | 125 | 16 | 0 | 63 | 37 | 115 | 44 | 63 |
| Binary | 10010110 | 10101111 | 1010101 | 1110 | 0 | 110011 | 11111 | 1001101 | 100100 | 110011 |
Color Harmonies of #96AF55
Complementary color
Monochromatic Colors of #96AF55
Black with #96AF55
Text Example
Text Example
White with #96AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF55; }
p { color: rgb(150,175,85); }
H1.HeaderClassName
{
color: #96AF55;
}
.AnyTagClassName
{
color: #96AF55;
}
</style>
background-color css
<style>
a { background-color: #96AF55; }
a { background-color: rgb(150,175,85); }
div.DivClassName
{
background-color: #96AF55;
}
.BgClassName
{
background-color: #96AF55;
}
</style>
border-color css
<style>
span { border-color: #96AF55; }
span { border-color: rgb(150,175,85); }
td.TdClassName
{
border-color: #96AF55;
}
.TagClassName
{
border-color: #96AF55;
}
</style>