Shades of Chelsea Cucumber #93BC50
Tints of Chelsea Cucumber #93BC50
RGB
CMYK
RGB Variations
Color information
#93BC50 (or 0x93BC50) is known color: Chelsea Cucumber. HEX triplet: 93, BC and 50. RGB value is (147,188,80). Sum of RGB (Red+Green+Blue) = 147+188+80=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC50 is #6C43AF. Grayscale: #A3A3A3. Windows color (decimal): -7095216 or 5291155. OLE color: 5291155.
HSL color Cylindrical-coordinate representation of color #93BC50: hue angle of 82.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93BC50 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 80 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.26 |
| HSL | 82.78º | 0.45% | 0.53% | - |
| HSV(B) | 82.78º | 0.57% | 0.74% | - |
| XYZ | 31.46 | 42.75 | 14.18 | - |
| YUV | 163.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 80 | 0.22 | 0 | 0.57 | 0.26 | 82.78 | 0.45 | 0.53 |
| Hex | 93 | BC | 50 | 16 | 0 | 39 | 1A | 53 | 2D | 35 |
| Octal | 223 | 274 | 120 | 26 | 0 | 71 | 32 | 123 | 55 | 65 |
| Binary | 10010011 | 10111100 | 1010000 | 10110 | 0 | 111001 | 11010 | 1010011 | 101101 | 110101 |
Color Harmonies of #93BC50
Complementary color
Monochromatic Colors of #93BC50
Black with #93BC50
Text Example
Text Example
White with #93BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC50; }
p { color: rgb(147,188,80); }
H1.HeaderClassName
{
color: #93BC50;
}
.AnyTagClassName
{
color: #93BC50;
}
</style>
background-color css
<style>
a { background-color: #93BC50; }
a { background-color: rgb(147,188,80); }
div.DivClassName
{
background-color: #93BC50;
}
.BgClassName
{
background-color: #93BC50;
}
</style>
border-color css
<style>
span { border-color: #93BC50; }
span { border-color: rgb(147,188,80); }
td.TdClassName
{
border-color: #93BC50;
}
.TagClassName
{
border-color: #93BC50;
}
</style>