Shades of Chelsea Cucumber #93AC65
Tints of Chelsea Cucumber #93AC65
RGB
CMYK
RGB Variations
Color information
#93AC65 (or 0x93AC65) is known color: Chelsea Cucumber. HEX triplet: 93, AC and 65. RGB value is (147,172,101). Sum of RGB (Red+Green+Blue) = 147+172+101=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC65 is #6C539A. Grayscale: #9C9C9C. Windows color (decimal): -7099291 or 6663315. OLE color: 6663315.
HSL color Cylindrical-coordinate representation of color #93AC65: hue angle of 81.13º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93AC65 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 101 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.33 |
| HSL | 81.13º | 0.3% | 0.54% | - |
| HSV(B) | 81.13º | 0.41% | 0.67% | - |
| XYZ | 29.13 | 36.65 | 17.85 | - |
| YUV | 156.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 101 | 0.15 | 0 | 0.41 | 0.33 | 81.13 | 0.3 | 0.54 |
| Hex | 93 | AC | 65 | F | 0 | 29 | 21 | 51 | 1E | 36 |
| Octal | 223 | 254 | 145 | 17 | 0 | 51 | 41 | 121 | 36 | 66 |
| Binary | 10010011 | 10101100 | 1100101 | 1111 | 0 | 101001 | 100001 | 1010001 | 11110 | 110110 |
Color Harmonies of #93AC65
Complementary color
Monochromatic Colors of #93AC65
Black with #93AC65
Text Example
Text Example
White with #93AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC65; }
p { color: rgb(147,172,101); }
H1.HeaderClassName
{
color: #93AC65;
}
.AnyTagClassName
{
color: #93AC65;
}
</style>
background-color css
<style>
a { background-color: #93AC65; }
a { background-color: rgb(147,172,101); }
div.DivClassName
{
background-color: #93AC65;
}
.BgClassName
{
background-color: #93AC65;
}
</style>
border-color css
<style>
span { border-color: #93AC65; }
span { border-color: rgb(147,172,101); }
td.TdClassName
{
border-color: #93AC65;
}
.TagClassName
{
border-color: #93AC65;
}
</style>