Shades of Chelsea Cucumber #93AB65
Tints of Chelsea Cucumber #93AB65
RGB
CMYK
RGB Variations
Color information
#93AB65 (or 0x93AB65) is known color: Chelsea Cucumber. HEX triplet: 93, AB and 65. RGB value is (147,171,101). Sum of RGB (Red+Green+Blue) = 147+171+101=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB65 is #6C549A. Grayscale: #9C9C9C. Windows color (decimal): -7099547 or 6663059. OLE color: 6663059.
HSL color Cylindrical-coordinate representation of color #93AB65: hue angle of 80.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93AB65 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 101 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.33 |
| HSL | 80.57º | 0.29% | 0.53% | - |
| HSV(B) | 80.57º | 0.41% | 0.67% | - |
| XYZ | 28.94 | 36.27 | 17.79 | - |
| YUV | 155.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 101 | 0.14 | 0 | 0.41 | 0.33 | 80.57 | 0.29 | 0.53 |
| Hex | 93 | AB | 65 | E | 0 | 29 | 21 | 51 | 1D | 35 |
| Octal | 223 | 253 | 145 | 16 | 0 | 51 | 41 | 121 | 35 | 65 |
| Binary | 10010011 | 10101011 | 1100101 | 1110 | 0 | 101001 | 100001 | 1010001 | 11101 | 110101 |
Color Harmonies of #93AB65
Complementary color
Monochromatic Colors of #93AB65
Black with #93AB65
Text Example
Text Example
White with #93AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB65; }
p { color: rgb(147,171,101); }
H1.HeaderClassName
{
color: #93AB65;
}
.AnyTagClassName
{
color: #93AB65;
}
</style>
background-color css
<style>
a { background-color: #93AB65; }
a { background-color: rgb(147,171,101); }
div.DivClassName
{
background-color: #93AB65;
}
.BgClassName
{
background-color: #93AB65;
}
</style>
border-color css
<style>
span { border-color: #93AB65; }
span { border-color: rgb(147,171,101); }
td.TdClassName
{
border-color: #93AB65;
}
.TagClassName
{
border-color: #93AB65;
}
</style>