Shades of Chelsea Cucumber #93BC5E
Tints of Chelsea Cucumber #93BC5E
RGB
CMYK
RGB Variations
Color information
#93BC5E (or 0x93BC5E) is known color: Chelsea Cucumber. HEX triplet: 93, BC and 5E. RGB value is (147,188,94). Sum of RGB (Red+Green+Blue) = 147+188+94=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC5E is #6C43A1. Grayscale: #A5A5A5. Windows color (decimal): -7095202 or 6208659. OLE color: 6208659.
HSL color Cylindrical-coordinate representation of color #93BC5E: hue angle of 86.17º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93BC5E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 94 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.26 |
| HSL | 86.17º | 0.41% | 0.55% | - |
| HSV(B) | 86.17º | 0.5% | 0.74% | - |
| XYZ | 32.04 | 42.98 | 17.2 | - |
| YUV | 165.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 94 | 0.22 | 0 | 0.50 | 0.26 | 86.17 | 0.41 | 0.55 |
| Hex | 93 | BC | 5E | 16 | 0 | 32 | 1A | 56 | 29 | 37 |
| Octal | 223 | 274 | 136 | 26 | 0 | 62 | 32 | 126 | 51 | 67 |
| Binary | 10010011 | 10111100 | 1011110 | 10110 | 0 | 110010 | 11010 | 1010110 | 101001 | 110111 |
Color Harmonies of #93BC5E
Complementary color
Monochromatic Colors of #93BC5E
Black with #93BC5E
Text Example
Text Example
White with #93BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC5E; }
p { color: rgb(147,188,94); }
H1.HeaderClassName
{
color: #93BC5E;
}
.AnyTagClassName
{
color: #93BC5E;
}
</style>
background-color css
<style>
a { background-color: #93BC5E; }
a { background-color: rgb(147,188,94); }
div.DivClassName
{
background-color: #93BC5E;
}
.BgClassName
{
background-color: #93BC5E;
}
</style>
border-color css
<style>
span { border-color: #93BC5E; }
span { border-color: rgb(147,188,94); }
td.TdClassName
{
border-color: #93BC5E;
}
.TagClassName
{
border-color: #93BC5E;
}
</style>