Shades of Chelsea Cucumber #93AA60
Tints of Chelsea Cucumber #93AA60
RGB
CMYK
RGB Variations
Color information
#93AA60 (or 0x93AA60) is known color: Chelsea Cucumber. HEX triplet: 93, AA and 60. RGB value is (147,170,96). Sum of RGB (Red+Green+Blue) = 147+170+96=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA60 is #6C559F. Grayscale: #9A9A9A. Windows color (decimal): -7099808 or 6335123. OLE color: 6335123.
HSL color Cylindrical-coordinate representation of color #93AA60: hue angle of 78.65º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93AA60 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 96 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.33 |
| HSL | 78.65º | 0.3% | 0.52% | - |
| HSV(B) | 78.65º | 0.44% | 0.67% | - |
| XYZ | 28.52 | 35.8 | 16.47 | - |
| YUV | 154.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 96 | 0.14 | 0 | 0.44 | 0.33 | 78.65 | 0.3 | 0.52 |
| Hex | 93 | AA | 60 | E | 0 | 2C | 21 | 4F | 1E | 34 |
| Octal | 223 | 252 | 140 | 16 | 0 | 54 | 41 | 117 | 36 | 64 |
| Binary | 10010011 | 10101010 | 1100000 | 1110 | 0 | 101100 | 100001 | 1001111 | 11110 | 110100 |
Color Harmonies of #93AA60
Complementary color
Monochromatic Colors of #93AA60
Black with #93AA60
Text Example
Text Example
White with #93AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA60; }
p { color: rgb(147,170,96); }
H1.HeaderClassName
{
color: #93AA60;
}
.AnyTagClassName
{
color: #93AA60;
}
</style>
background-color css
<style>
a { background-color: #93AA60; }
a { background-color: rgb(147,170,96); }
div.DivClassName
{
background-color: #93AA60;
}
.BgClassName
{
background-color: #93AA60;
}
</style>
border-color css
<style>
span { border-color: #93AA60; }
span { border-color: rgb(147,170,96); }
td.TdClassName
{
border-color: #93AA60;
}
.TagClassName
{
border-color: #93AA60;
}
</style>