Shades of Chelsea Cucumber #93B750
Tints of Chelsea Cucumber #93B750
RGB
CMYK
RGB Variations
Color information
#93B750 (or 0x93B750) is known color: Chelsea Cucumber. HEX triplet: 93, B7 and 50. RGB value is (147,183,80). Sum of RGB (Red+Green+Blue) = 147+183+80=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #93B750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B750 is #6C48AF. Grayscale: #A0A0A0. Windows color (decimal): -7096496 or 5289875. OLE color: 5289875.
HSL color Cylindrical-coordinate representation of color #93B750: hue angle of 80.97º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93B750 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 183 | 80 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.28 |
| HSL | 80.97º | 0.42% | 0.52% | - |
| HSV(B) | 80.97º | 0.56% | 0.72% | - |
| XYZ | 30.41 | 40.65 | 13.83 | - |
| YUV | 160.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 80 | 0.20 | 0 | 0.56 | 0.28 | 80.97 | 0.42 | 0.52 |
| Hex | 93 | B7 | 50 | 14 | 0 | 38 | 1C | 51 | 2A | 34 |
| Octal | 223 | 267 | 120 | 24 | 0 | 70 | 34 | 121 | 52 | 64 |
| Binary | 10010011 | 10110111 | 1010000 | 10100 | 0 | 111000 | 11100 | 1010001 | 101010 | 110100 |
Color Harmonies of #93B750
Complementary color
Monochromatic Colors of #93B750
Black with #93B750
Text Example
Text Example
White with #93B750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B750; }
p { color: rgb(147,183,80); }
H1.HeaderClassName
{
color: #93B750;
}
.AnyTagClassName
{
color: #93B750;
}
</style>
background-color css
<style>
a { background-color: #93B750; }
a { background-color: rgb(147,183,80); }
div.DivClassName
{
background-color: #93B750;
}
.BgClassName
{
background-color: #93B750;
}
</style>
border-color css
<style>
span { border-color: #93B750; }
span { border-color: rgb(147,183,80); }
td.TdClassName
{
border-color: #93B750;
}
.TagClassName
{
border-color: #93B750;
}
</style>