Shades of Chelsea Cucumber #93BD4E
Tints of Chelsea Cucumber #93BD4E
RGB
CMYK
RGB Variations
Color information
#93BD4E (or 0x93BD4E) is known color: Chelsea Cucumber. HEX triplet: 93, BD and 4E. RGB value is (147,189,78). Sum of RGB (Red+Green+Blue) = 147+189+78=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD4E is #6C42B1. Grayscale: #A4A4A4. Windows color (decimal): -7094962 or 5160339. OLE color: 5160339.
HSL color Cylindrical-coordinate representation of color #93BD4E: hue angle of 82.7º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93BD4E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 78 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.26 |
| HSL | 82.7º | 0.46% | 0.52% | - |
| HSV(B) | 82.7º | 0.59% | 0.74% | - |
| XYZ | 31.61 | 43.15 | 13.87 | - |
| YUV | 163.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 78 | 0.22 | 0 | 0.59 | 0.26 | 82.7 | 0.46 | 0.52 |
| Hex | 93 | BD | 4E | 16 | 0 | 3B | 1A | 53 | 2E | 34 |
| Octal | 223 | 275 | 116 | 26 | 0 | 73 | 32 | 123 | 56 | 64 |
| Binary | 10010011 | 10111101 | 1001110 | 10110 | 0 | 111011 | 11010 | 1010011 | 101110 | 110100 |
Color Harmonies of #93BD4E
Complementary color
Monochromatic Colors of #93BD4E
Black with #93BD4E
Text Example
Text Example
White with #93BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD4E; }
p { color: rgb(147,189,78); }
H1.HeaderClassName
{
color: #93BD4E;
}
.AnyTagClassName
{
color: #93BD4E;
}
</style>
background-color css
<style>
a { background-color: #93BD4E; }
a { background-color: rgb(147,189,78); }
div.DivClassName
{
background-color: #93BD4E;
}
.BgClassName
{
background-color: #93BD4E;
}
</style>
border-color css
<style>
span { border-color: #93BD4E; }
span { border-color: rgb(147,189,78); }
td.TdClassName
{
border-color: #93BD4E;
}
.TagClassName
{
border-color: #93BD4E;
}
</style>