Shades of Chelsea Cucumber #93A966
Tints of Chelsea Cucumber #93A966
RGB
CMYK
RGB Variations
Color information
#93A966 (or 0x93A966) is known color: Chelsea Cucumber. HEX triplet: 93, A9 and 66. RGB value is (147,169,102). Sum of RGB (Red+Green+Blue) = 147+169+102=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #93A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A966 is #6C5699. Grayscale: #9B9B9B. Windows color (decimal): -7100058 or 6728083. OLE color: 6728083.
HSL color Cylindrical-coordinate representation of color #93A966: hue angle of 79.7º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93A966 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 102 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.34 |
| HSL | 79.7º | 0.28% | 0.53% | - |
| HSV(B) | 79.7º | 0.4% | 0.66% | - |
| XYZ | 28.62 | 35.54 | 17.92 | - |
| YUV | 154.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 102 | 0.13 | 0 | 0.40 | 0.34 | 79.7 | 0.28 | 0.53 |
| Hex | 93 | A9 | 66 | D | 0 | 28 | 22 | 50 | 1C | 35 |
| Octal | 223 | 251 | 146 | 15 | 0 | 50 | 42 | 120 | 34 | 65 |
| Binary | 10010011 | 10101001 | 1100110 | 1101 | 0 | 101000 | 100010 | 1010000 | 11100 | 110101 |
Color Harmonies of #93A966
Complementary color
Monochromatic Colors of #93A966
Black with #93A966
Text Example
Text Example
White with #93A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A966; }
p { color: rgb(147,169,102); }
H1.HeaderClassName
{
color: #93A966;
}
.AnyTagClassName
{
color: #93A966;
}
</style>
background-color css
<style>
a { background-color: #93A966; }
a { background-color: rgb(147,169,102); }
div.DivClassName
{
background-color: #93A966;
}
.BgClassName
{
background-color: #93A966;
}
</style>
border-color css
<style>
span { border-color: #93A966; }
span { border-color: rgb(147,169,102); }
td.TdClassName
{
border-color: #93A966;
}
.TagClassName
{
border-color: #93A966;
}
</style>