Shades of Chelsea Cucumber #96BD54
Tints of Chelsea Cucumber #96BD54
RGB
CMYK
RGB Variations
Color information
#96BD54 (or 0x96BD54) is known color: Chelsea Cucumber. HEX triplet: 96, BD and 54. RGB value is (150,189,84). Sum of RGB (Red+Green+Blue) = 150+189+84=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD54 is #6942AB. Grayscale: #A5A5A5. Windows color (decimal): -6898348 or 5553558. OLE color: 5553558.
HSL color Cylindrical-coordinate representation of color #96BD54: hue angle of 82.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96BD54 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 84 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.26 |
| HSL | 82.29º | 0.44% | 0.54% | - |
| HSV(B) | 82.29º | 0.56% | 0.74% | - |
| XYZ | 32.38 | 43.52 | 15.08 | - |
| YUV | 165.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 84 | 0.21 | 0 | 0.56 | 0.26 | 82.29 | 0.44 | 0.54 |
| Hex | 96 | BD | 54 | 15 | 0 | 38 | 1A | 52 | 2C | 36 |
| Octal | 226 | 275 | 124 | 25 | 0 | 70 | 32 | 122 | 54 | 66 |
| Binary | 10010110 | 10111101 | 1010100 | 10101 | 0 | 111000 | 11010 | 1010010 | 101100 | 110110 |
Color Harmonies of #96BD54
Complementary color
Monochromatic Colors of #96BD54
Black with #96BD54
Text Example
Text Example
White with #96BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD54; }
p { color: rgb(150,189,84); }
H1.HeaderClassName
{
color: #96BD54;
}
.AnyTagClassName
{
color: #96BD54;
}
</style>
background-color css
<style>
a { background-color: #96BD54; }
a { background-color: rgb(150,189,84); }
div.DivClassName
{
background-color: #96BD54;
}
.BgClassName
{
background-color: #96BD54;
}
</style>
border-color css
<style>
span { border-color: #96BD54; }
span { border-color: rgb(150,189,84); }
td.TdClassName
{
border-color: #96BD54;
}
.TagClassName
{
border-color: #96BD54;
}
</style>