Shades of Chelsea Cucumber #96AE4C
Tints of Chelsea Cucumber #96AE4C
RGB
CMYK
RGB Variations
Color information
#96AE4C (or 0x96AE4C) is known color: Chelsea Cucumber. HEX triplet: 96, AE and 4C. RGB value is (150,174,76). Sum of RGB (Red+Green+Blue) = 150+174+76=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE4C is #6951B3. Grayscale: #9C9C9C. Windows color (decimal): -6902196 or 5025430. OLE color: 5025430.
HSL color Cylindrical-coordinate representation of color #96AE4C: hue angle of 74.69º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96AE4C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 76 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.32 |
| HSL | 74.69º | 0.39% | 0.49% | - |
| HSV(B) | 74.69º | 0.56% | 0.68% | - |
| XYZ | 29.02 | 37.28 | 12.5 | - |
| YUV | 155.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 76 | 0.14 | 0 | 0.56 | 0.32 | 74.69 | 0.39 | 0.49 |
| Hex | 96 | AE | 4C | E | 0 | 38 | 20 | 4B | 27 | 31 |
| Octal | 226 | 256 | 114 | 16 | 0 | 70 | 40 | 113 | 47 | 61 |
| Binary | 10010110 | 10101110 | 1001100 | 1110 | 0 | 111000 | 100000 | 1001011 | 100111 | 110001 |
Color Harmonies of #96AE4C
Complementary color
Monochromatic Colors of #96AE4C
Black with #96AE4C
Text Example
Text Example
White with #96AE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AE4C; }
p { color: rgb(150,174,76); }
H1.HeaderClassName
{
color: #96AE4C;
}
.AnyTagClassName
{
color: #96AE4C;
}
</style>
background-color css
<style>
a { background-color: #96AE4C; }
a { background-color: rgb(150,174,76); }
div.DivClassName
{
background-color: #96AE4C;
}
.BgClassName
{
background-color: #96AE4C;
}
</style>
border-color css
<style>
span { border-color: #96AE4C; }
span { border-color: rgb(150,174,76); }
td.TdClassName
{
border-color: #96AE4C;
}
.TagClassName
{
border-color: #96AE4C;
}
</style>