Shades of Chelsea Cucumber #93AC55
Tints of Chelsea Cucumber #93AC55
RGB
CMYK
RGB Variations
Color information
#93AC55 (or 0x93AC55) is known color: Chelsea Cucumber. HEX triplet: 93, AC and 55. RGB value is (147,172,85). Sum of RGB (Red+Green+Blue) = 147+172+85=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC55 is #6C53AA. Grayscale: #9A9A9A. Windows color (decimal): -7099307 or 5614739. OLE color: 5614739.
HSL color Cylindrical-coordinate representation of color #93AC55: hue angle of 77.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93AC55 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 85 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.33 |
| HSL | 77.24º | 0.34% | 0.5% | - |
| HSV(B) | 77.24º | 0.51% | 0.67% | - |
| XYZ | 28.42 | 36.36 | 14.12 | - |
| YUV | 154.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 85 | 0.15 | 0 | 0.51 | 0.33 | 77.24 | 0.34 | 0.5 |
| Hex | 93 | AC | 55 | F | 0 | 33 | 21 | 4D | 22 | 32 |
| Octal | 223 | 254 | 125 | 17 | 0 | 63 | 41 | 115 | 42 | 62 |
| Binary | 10010011 | 10101100 | 1010101 | 1111 | 0 | 110011 | 100001 | 1001101 | 100010 | 110010 |
Color Harmonies of #93AC55
Complementary color
Monochromatic Colors of #93AC55
Black with #93AC55
Text Example
Text Example
White with #93AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC55; }
p { color: rgb(147,172,85); }
H1.HeaderClassName
{
color: #93AC55;
}
.AnyTagClassName
{
color: #93AC55;
}
</style>
background-color css
<style>
a { background-color: #93AC55; }
a { background-color: rgb(147,172,85); }
div.DivClassName
{
background-color: #93AC55;
}
.BgClassName
{
background-color: #93AC55;
}
</style>
border-color css
<style>
span { border-color: #93AC55; }
span { border-color: rgb(147,172,85); }
td.TdClassName
{
border-color: #93AC55;
}
.TagClassName
{
border-color: #93AC55;
}
</style>