Shades of Chelsea Cucumber #93C059
Tints of Chelsea Cucumber #93C059
RGB
CMYK
RGB Variations
Color information
#93C059 (or 0x93C059) is known color: Chelsea Cucumber. HEX triplet: 93, C0 and 59. RGB value is (147,192,89). Sum of RGB (Red+Green+Blue) = 147+192+89=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #93C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C059 is #6C3FA6. Grayscale: #A7A7A7. Windows color (decimal): -7094183 or 5882003. OLE color: 5882003.
HSL color Cylindrical-coordinate representation of color #93C059: hue angle of 86.21º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93C059 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 89 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.25 |
| HSL | 86.21º | 0.45% | 0.55% | - |
| HSV(B) | 86.21º | 0.54% | 0.75% | - |
| XYZ | 32.69 | 44.62 | 16.34 | - |
| YUV | 166.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 89 | 0.23 | 0 | 0.54 | 0.25 | 86.21 | 0.45 | 0.55 |
| Hex | 93 | C0 | 59 | 17 | 0 | 36 | 19 | 56 | 2D | 37 |
| Octal | 223 | 300 | 131 | 27 | 0 | 66 | 31 | 126 | 55 | 67 |
| Binary | 10010011 | 11000000 | 1011001 | 10111 | 0 | 110110 | 11001 | 1010110 | 101101 | 110111 |
Color Harmonies of #93C059
Complementary color
Monochromatic Colors of #93C059
Black with #93C059
Text Example
Text Example
White with #93C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C059; }
p { color: rgb(147,192,89); }
H1.HeaderClassName
{
color: #93C059;
}
.AnyTagClassName
{
color: #93C059;
}
</style>
background-color css
<style>
a { background-color: #93C059; }
a { background-color: rgb(147,192,89); }
div.DivClassName
{
background-color: #93C059;
}
.BgClassName
{
background-color: #93C059;
}
</style>
border-color css
<style>
span { border-color: #93C059; }
span { border-color: rgb(147,192,89); }
td.TdClassName
{
border-color: #93C059;
}
.TagClassName
{
border-color: #93C059;
}
</style>