Shades of Chelsea Cucumber #96BC58
Tints of Chelsea Cucumber #96BC58
RGB
CMYK
RGB Variations
Color information
#96BC58 (or 0x96BC58) is known color: Chelsea Cucumber. HEX triplet: 96, BC and 58. RGB value is (150,188,88). Sum of RGB (Red+Green+Blue) = 150+188+88=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC58 is #6943A7. Grayscale: #A5A5A5. Windows color (decimal): -6898600 or 5815446. OLE color: 5815446.
HSL color Cylindrical-coordinate representation of color #96BC58: hue angle of 82.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96BC58 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 88 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.26 |
| HSL | 82.8º | 0.43% | 0.54% | - |
| HSV(B) | 82.8º | 0.53% | 0.74% | - |
| XYZ | 32.32 | 43.16 | 15.86 | - |
| YUV | 165.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 88 | 0.20 | 0 | 0.53 | 0.26 | 82.8 | 0.43 | 0.54 |
| Hex | 96 | BC | 58 | 14 | 0 | 35 | 1A | 53 | 2B | 36 |
| Octal | 226 | 274 | 130 | 24 | 0 | 65 | 32 | 123 | 53 | 66 |
| Binary | 10010110 | 10111100 | 1011000 | 10100 | 0 | 110101 | 11010 | 1010011 | 101011 | 110110 |
Color Harmonies of #96BC58
Complementary color
Monochromatic Colors of #96BC58
Black with #96BC58
Text Example
Text Example
White with #96BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC58; }
p { color: rgb(150,188,88); }
H1.HeaderClassName
{
color: #96BC58;
}
.AnyTagClassName
{
color: #96BC58;
}
</style>
background-color css
<style>
a { background-color: #96BC58; }
a { background-color: rgb(150,188,88); }
div.DivClassName
{
background-color: #96BC58;
}
.BgClassName
{
background-color: #96BC58;
}
</style>
border-color css
<style>
span { border-color: #96BC58; }
span { border-color: rgb(150,188,88); }
td.TdClassName
{
border-color: #96BC58;
}
.TagClassName
{
border-color: #96BC58;
}
</style>