Shades of Chelsea Cucumber #93B855
Tints of Chelsea Cucumber #93B855
RGB
CMYK
RGB Variations
Color information
#93B855 (or 0x93B855) is known color: Chelsea Cucumber. HEX triplet: 93, B8 and 55. RGB value is (147,184,85). Sum of RGB (Red+Green+Blue) = 147+184+85=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #93B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B855 is #6C47AA. Grayscale: #A2A2A2. Windows color (decimal): -7096235 or 5617811. OLE color: 5617811.
HSL color Cylindrical-coordinate representation of color #93B855: hue angle of 82.42º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93B855 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 85 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.28 |
| HSL | 82.42º | 0.41% | 0.53% | - |
| HSV(B) | 82.42º | 0.54% | 0.72% | - |
| XYZ | 30.81 | 41.14 | 14.91 | - |
| YUV | 161.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 85 | 0.20 | 0 | 0.54 | 0.28 | 82.42 | 0.41 | 0.53 |
| Hex | 93 | B8 | 55 | 14 | 0 | 36 | 1C | 52 | 29 | 35 |
| Octal | 223 | 270 | 125 | 24 | 0 | 66 | 34 | 122 | 51 | 65 |
| Binary | 10010011 | 10111000 | 1010101 | 10100 | 0 | 110110 | 11100 | 1010010 | 101001 | 110101 |
Color Harmonies of #93B855
Complementary color
Monochromatic Colors of #93B855
Black with #93B855
Text Example
Text Example
White with #93B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B855; }
p { color: rgb(147,184,85); }
H1.HeaderClassName
{
color: #93B855;
}
.AnyTagClassName
{
color: #93B855;
}
</style>
background-color css
<style>
a { background-color: #93B855; }
a { background-color: rgb(147,184,85); }
div.DivClassName
{
background-color: #93B855;
}
.BgClassName
{
background-color: #93B855;
}
</style>
border-color css
<style>
span { border-color: #93B855; }
span { border-color: rgb(147,184,85); }
td.TdClassName
{
border-color: #93B855;
}
.TagClassName
{
border-color: #93B855;
}
</style>