Shades of Chelsea Cucumber #93A965
Tints of Chelsea Cucumber #93A965
RGB
CMYK
RGB Variations
Color information
#93A965 (or 0x93A965) is known color: Chelsea Cucumber. HEX triplet: 93, A9 and 65. RGB value is (147,169,101). Sum of RGB (Red+Green+Blue) = 147+169+101=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #93A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A965 is #6C569A. Grayscale: #9A9A9A. Windows color (decimal): -7100059 or 6662547. OLE color: 6662547.
HSL color Cylindrical-coordinate representation of color #93A965: hue angle of 79.41º 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 #93A965 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 101 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.34 |
| HSL | 79.41º | 0.28% | 0.53% | - |
| HSV(B) | 79.41º | 0.4% | 0.66% | - |
| XYZ | 28.57 | 35.52 | 17.66 | - |
| YUV | 154.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 101 | 0.13 | 0 | 0.40 | 0.34 | 79.41 | 0.28 | 0.53 |
| Hex | 93 | A9 | 65 | D | 0 | 28 | 22 | 4F | 1C | 35 |
| Octal | 223 | 251 | 145 | 15 | 0 | 50 | 42 | 117 | 34 | 65 |
| Binary | 10010011 | 10101001 | 1100101 | 1101 | 0 | 101000 | 100010 | 1001111 | 11100 | 110101 |
Color Harmonies of #93A965
Complementary color
Monochromatic Colors of #93A965
Black with #93A965
Text Example
Text Example
White with #93A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A965; }
p { color: rgb(147,169,101); }
H1.HeaderClassName
{
color: #93A965;
}
.AnyTagClassName
{
color: #93A965;
}
</style>
background-color css
<style>
a { background-color: #93A965; }
a { background-color: rgb(147,169,101); }
div.DivClassName
{
background-color: #93A965;
}
.BgClassName
{
background-color: #93A965;
}
</style>
border-color css
<style>
span { border-color: #93A965; }
span { border-color: rgb(147,169,101); }
td.TdClassName
{
border-color: #93A965;
}
.TagClassName
{
border-color: #93A965;
}
</style>