Shades of Chelsea Cucumber #93B160
Tints of Chelsea Cucumber #93B160
RGB
CMYK
RGB Variations
Color information
#93B160 (or 0x93B160) is known color: Chelsea Cucumber. HEX triplet: 93, B1 and 60. RGB value is (147,177,96). Sum of RGB (Red+Green+Blue) = 147+177+96=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #93B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B160 is #6C4E9F. Grayscale: #9F9F9F. Windows color (decimal): -7098016 or 6336915. OLE color: 6336915.
HSL color Cylindrical-coordinate representation of color #93B160: hue angle of 82.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93B160 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 96 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.31 |
| HSL | 82.22º | 0.34% | 0.54% | - |
| HSV(B) | 82.22º | 0.46% | 0.69% | - |
| XYZ | 29.87 | 38.49 | 16.92 | - |
| YUV | 158.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 96 | 0.17 | 0 | 0.46 | 0.31 | 82.22 | 0.34 | 0.54 |
| Hex | 93 | B1 | 60 | 11 | 0 | 2E | 1F | 52 | 22 | 36 |
| Octal | 223 | 261 | 140 | 21 | 0 | 56 | 37 | 122 | 42 | 66 |
| Binary | 10010011 | 10110001 | 1100000 | 10001 | 0 | 101110 | 11111 | 1010010 | 100010 | 110110 |
Color Harmonies of #93B160
Complementary color
Monochromatic Colors of #93B160
Black with #93B160
Text Example
Text Example
White with #93B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B160; }
p { color: rgb(147,177,96); }
H1.HeaderClassName
{
color: #93B160;
}
.AnyTagClassName
{
color: #93B160;
}
</style>
background-color css
<style>
a { background-color: #93B160; }
a { background-color: rgb(147,177,96); }
div.DivClassName
{
background-color: #93B160;
}
.BgClassName
{
background-color: #93B160;
}
</style>
border-color css
<style>
span { border-color: #93B160; }
span { border-color: rgb(147,177,96); }
td.TdClassName
{
border-color: #93B160;
}
.TagClassName
{
border-color: #93B160;
}
</style>