Shades of Chelsea Cucumber #96B549
Tints of Chelsea Cucumber #96B549
RGB
CMYK
RGB Variations
Color information
#96B549 (or 0x96B549) is known color: Chelsea Cucumber. HEX triplet: 96, B5 and 49. RGB value is (150,181,73). Sum of RGB (Red+Green+Blue) = 150+181+73=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #96B549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B549 is #694AB6. Grayscale: #9F9F9F. Windows color (decimal): -6900407 or 4830614. OLE color: 4830614.
HSL color Cylindrical-coordinate representation of color #96B549: hue angle of 77.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96B549 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 73 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.29 |
| HSL | 77.22º | 0.43% | 0.5% | - |
| HSV(B) | 77.22º | 0.6% | 0.71% | - |
| XYZ | 30.3 | 40.01 | 12.43 | - |
| YUV | 159.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 73 | 0.17 | 0 | 0.60 | 0.29 | 77.22 | 0.43 | 0.5 |
| Hex | 96 | B5 | 49 | 11 | 0 | 3C | 1D | 4D | 2B | 32 |
| Octal | 226 | 265 | 111 | 21 | 0 | 74 | 35 | 115 | 53 | 62 |
| Binary | 10010110 | 10110101 | 1001001 | 10001 | 0 | 111100 | 11101 | 1001101 | 101011 | 110010 |
Color Harmonies of #96B549
Complementary color
Monochromatic Colors of #96B549
Black with #96B549
Text Example
Text Example
White with #96B549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B549; }
p { color: rgb(150,181,73); }
H1.HeaderClassName
{
color: #96B549;
}
.AnyTagClassName
{
color: #96B549;
}
</style>
background-color css
<style>
a { background-color: #96B549; }
a { background-color: rgb(150,181,73); }
div.DivClassName
{
background-color: #96B549;
}
.BgClassName
{
background-color: #96B549;
}
</style>
border-color css
<style>
span { border-color: #96B549; }
span { border-color: rgb(150,181,73); }
td.TdClassName
{
border-color: #96B549;
}
.TagClassName
{
border-color: #96B549;
}
</style>