Shades of Chelsea Cucumber #96B14D
Tints of Chelsea Cucumber #96B14D
RGB
CMYK
RGB Variations
Color information
#96B14D (or 0x96B14D) is known color: Chelsea Cucumber. HEX triplet: 96, B1 and 4D. RGB value is (150,177,77). Sum of RGB (Red+Green+Blue) = 150+177+77=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #96B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B14D is #694EB2. Grayscale: #9D9D9D. Windows color (decimal): -6901427 or 5091734. OLE color: 5091734.
HSL color Cylindrical-coordinate representation of color #96B14D: hue angle of 76.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96B14D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 77 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.31 |
| HSL | 76.2º | 0.39% | 0.5% | - |
| HSV(B) | 76.2º | 0.56% | 0.69% | - |
| XYZ | 29.64 | 38.46 | 12.88 | - |
| YUV | 157.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 77 | 0.15 | 0 | 0.56 | 0.31 | 76.2 | 0.39 | 0.5 |
| Hex | 96 | B1 | 4D | F | 0 | 38 | 1F | 4C | 27 | 32 |
| Octal | 226 | 261 | 115 | 17 | 0 | 70 | 37 | 114 | 47 | 62 |
| Binary | 10010110 | 10110001 | 1001101 | 1111 | 0 | 111000 | 11111 | 1001100 | 100111 | 110010 |
Color Harmonies of #96B14D
Complementary color
Monochromatic Colors of #96B14D
Black with #96B14D
Text Example
Text Example
White with #96B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B14D; }
p { color: rgb(150,177,77); }
H1.HeaderClassName
{
color: #96B14D;
}
.AnyTagClassName
{
color: #96B14D;
}
</style>
background-color css
<style>
a { background-color: #96B14D; }
a { background-color: rgb(150,177,77); }
div.DivClassName
{
background-color: #96B14D;
}
.BgClassName
{
background-color: #96B14D;
}
</style>
border-color css
<style>
span { border-color: #96B14D; }
span { border-color: rgb(150,177,77); }
td.TdClassName
{
border-color: #96B14D;
}
.TagClassName
{
border-color: #96B14D;
}
</style>