Shades of Chelsea Cucumber #96B25D
Tints of Chelsea Cucumber #96B25D
RGB
CMYK
RGB Variations
Color information
#96B25D (or 0x96B25D) is known color: Chelsea Cucumber. HEX triplet: 96, B2 and 5D. RGB value is (150,178,93). Sum of RGB (Red+Green+Blue) = 150+178+93=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #96B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B25D is #694DA2. Grayscale: #A0A0A0. Windows color (decimal): -6901155 or 6140566. OLE color: 6140566.
HSL color Cylindrical-coordinate representation of color #96B25D: hue angle of 79.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96B25D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 93 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.30 |
| HSL | 79.76º | 0.36% | 0.53% | - |
| HSV(B) | 79.76º | 0.48% | 0.7% | - |
| XYZ | 30.47 | 39.12 | 16.3 | - |
| YUV | 159.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 93 | 0.16 | 0 | 0.48 | 0.30 | 79.76 | 0.36 | 0.53 |
| Hex | 96 | B2 | 5D | 10 | 0 | 30 | 1E | 50 | 24 | 35 |
| Octal | 226 | 262 | 135 | 20 | 0 | 60 | 36 | 120 | 44 | 65 |
| Binary | 10010110 | 10110010 | 1011101 | 10000 | 0 | 110000 | 11110 | 1010000 | 100100 | 110101 |
Color Harmonies of #96B25D
Complementary color
Monochromatic Colors of #96B25D
Black with #96B25D
Text Example
Text Example
White with #96B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B25D; }
p { color: rgb(150,178,93); }
H1.HeaderClassName
{
color: #96B25D;
}
.AnyTagClassName
{
color: #96B25D;
}
</style>
background-color css
<style>
a { background-color: #96B25D; }
a { background-color: rgb(150,178,93); }
div.DivClassName
{
background-color: #96B25D;
}
.BgClassName
{
background-color: #96B25D;
}
</style>
border-color css
<style>
span { border-color: #96B25D; }
span { border-color: rgb(150,178,93); }
td.TdClassName
{
border-color: #96B25D;
}
.TagClassName
{
border-color: #96B25D;
}
</style>