Shades of Chelsea Cucumber #96B145
Tints of Chelsea Cucumber #96B145
RGB
CMYK
RGB Variations
Color information
#96B145 (or 0x96B145) is known color: Chelsea Cucumber. HEX triplet: 96, B1 and 45. RGB value is (150,177,69). Sum of RGB (Red+Green+Blue) = 150+177+69=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #96B145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B145 is #694EBA. Grayscale: #9D9D9D. Windows color (decimal): -6901435 or 4567446. OLE color: 4567446.
HSL color Cylindrical-coordinate representation of color #96B145: hue angle of 75º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96B145 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 69 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.31 |
| HSL | 75º | 0.44% | 0.48% | - |
| HSV(B) | 75º | 0.61% | 0.69% | - |
| XYZ | 29.37 | 38.36 | 11.49 | - |
| YUV | 156.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 69 | 0.15 | 0 | 0.61 | 0.31 | 75 | 0.44 | 0.48 |
| Hex | 96 | B1 | 45 | F | 0 | 3D | 1F | 4B | 2C | 30 |
| Octal | 226 | 261 | 105 | 17 | 0 | 75 | 37 | 113 | 54 | 60 |
| Binary | 10010110 | 10110001 | 1000101 | 1111 | 0 | 111101 | 11111 | 1001011 | 101100 | 110000 |
Color Harmonies of #96B145
Complementary color
Monochromatic Colors of #96B145
Black with #96B145
Text Example
Text Example
White with #96B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B145; }
p { color: rgb(150,177,69); }
H1.HeaderClassName
{
color: #96B145;
}
.AnyTagClassName
{
color: #96B145;
}
</style>
background-color css
<style>
a { background-color: #96B145; }
a { background-color: rgb(150,177,69); }
div.DivClassName
{
background-color: #96B145;
}
.BgClassName
{
background-color: #96B145;
}
</style>
border-color css
<style>
span { border-color: #96B145; }
span { border-color: rgb(150,177,69); }
td.TdClassName
{
border-color: #96B145;
}
.TagClassName
{
border-color: #96B145;
}
</style>