Shades of Chelsea Cucumber #96BA50
Tints of Chelsea Cucumber #96BA50
RGB
CMYK
RGB Variations
Color information
#96BA50 (or 0x96BA50) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 50. RGB value is (150,186,80). Sum of RGB (Red+Green+Blue) = 150+186+80=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA50 is #6945AF. Grayscale: #A3A3A3. Windows color (decimal): -6899120 or 5290646. OLE color: 5290646.
HSL color Cylindrical-coordinate representation of color #96BA50: hue angle of 80.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96BA50 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 80 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.27 |
| HSL | 80.38º | 0.43% | 0.52% | - |
| HSV(B) | 80.38º | 0.57% | 0.73% | - |
| XYZ | 31.58 | 42.18 | 14.07 | - |
| YUV | 163.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 80 | 0.19 | 0 | 0.57 | 0.27 | 80.38 | 0.43 | 0.52 |
| Hex | 96 | BA | 50 | 13 | 0 | 39 | 1B | 50 | 2B | 34 |
| Octal | 226 | 272 | 120 | 23 | 0 | 71 | 33 | 120 | 53 | 64 |
| Binary | 10010110 | 10111010 | 1010000 | 10011 | 0 | 111001 | 11011 | 1010000 | 101011 | 110100 |
Color Harmonies of #96BA50
Complementary color
Monochromatic Colors of #96BA50
Black with #96BA50
Text Example
Text Example
White with #96BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA50; }
p { color: rgb(150,186,80); }
H1.HeaderClassName
{
color: #96BA50;
}
.AnyTagClassName
{
color: #96BA50;
}
</style>
background-color css
<style>
a { background-color: #96BA50; }
a { background-color: rgb(150,186,80); }
div.DivClassName
{
background-color: #96BA50;
}
.BgClassName
{
background-color: #96BA50;
}
</style>
border-color css
<style>
span { border-color: #96BA50; }
span { border-color: rgb(150,186,80); }
td.TdClassName
{
border-color: #96BA50;
}
.TagClassName
{
border-color: #96BA50;
}
</style>