Shades of Chelsea Cucumber #96AF5C
Tints of Chelsea Cucumber #96AF5C
RGB
CMYK
RGB Variations
Color information
#96AF5C (or 0x96AF5C) is known color: Chelsea Cucumber. HEX triplet: 96, AF and 5C. RGB value is (150,175,92). Sum of RGB (Red+Green+Blue) = 150+175+92=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF5C is #6950A3. Grayscale: #9E9E9E. Windows color (decimal): -6901924 or 6074262. OLE color: 6074262.
HSL color Cylindrical-coordinate representation of color #96AF5C: hue angle of 78.07º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96AF5C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 92 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.31 |
| HSL | 78.07º | 0.34% | 0.52% | - |
| HSV(B) | 78.07º | 0.47% | 0.69% | - |
| XYZ | 29.84 | 37.92 | 15.87 | - |
| YUV | 158.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 92 | 0.14 | 0 | 0.47 | 0.31 | 78.07 | 0.34 | 0.52 |
| Hex | 96 | AF | 5C | E | 0 | 2F | 1F | 4E | 22 | 34 |
| Octal | 226 | 257 | 134 | 16 | 0 | 57 | 37 | 116 | 42 | 64 |
| Binary | 10010110 | 10101111 | 1011100 | 1110 | 0 | 101111 | 11111 | 1001110 | 100010 | 110100 |
Color Harmonies of #96AF5C
Complementary color
Monochromatic Colors of #96AF5C
Black with #96AF5C
Text Example
Text Example
White with #96AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF5C; }
p { color: rgb(150,175,92); }
H1.HeaderClassName
{
color: #96AF5C;
}
.AnyTagClassName
{
color: #96AF5C;
}
</style>
background-color css
<style>
a { background-color: #96AF5C; }
a { background-color: rgb(150,175,92); }
div.DivClassName
{
background-color: #96AF5C;
}
.BgClassName
{
background-color: #96AF5C;
}
</style>
border-color css
<style>
span { border-color: #96AF5C; }
span { border-color: rgb(150,175,92); }
td.TdClassName
{
border-color: #96AF5C;
}
.TagClassName
{
border-color: #96AF5C;
}
</style>