Shades of Chelsea Cucumber #93AC53
Tints of Chelsea Cucumber #93AC53
RGB
CMYK
RGB Variations
Color information
#93AC53 (or 0x93AC53) is known color: Chelsea Cucumber. HEX triplet: 93, AC and 53. RGB value is (147,172,83). Sum of RGB (Red+Green+Blue) = 147+172+83=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC53 is #6C53AC. Grayscale: #9A9A9A. Windows color (decimal): -7099309 or 5483667. OLE color: 5483667.
HSL color Cylindrical-coordinate representation of color #93AC53: hue angle of 76.85º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93AC53 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 83 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.33 |
| HSL | 76.85º | 0.35% | 0.5% | - |
| HSV(B) | 76.85º | 0.52% | 0.67% | - |
| XYZ | 28.35 | 36.33 | 13.7 | - |
| YUV | 154.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 83 | 0.15 | 0 | 0.52 | 0.33 | 76.85 | 0.35 | 0.5 |
| Hex | 93 | AC | 53 | F | 0 | 34 | 21 | 4D | 23 | 32 |
| Octal | 223 | 254 | 123 | 17 | 0 | 64 | 41 | 115 | 43 | 62 |
| Binary | 10010011 | 10101100 | 1010011 | 1111 | 0 | 110100 | 100001 | 1001101 | 100011 | 110010 |
Color Harmonies of #93AC53
Complementary color
Monochromatic Colors of #93AC53
Black with #93AC53
Text Example
Text Example
White with #93AC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC53; }
p { color: rgb(147,172,83); }
H1.HeaderClassName
{
color: #93AC53;
}
.AnyTagClassName
{
color: #93AC53;
}
</style>
background-color css
<style>
a { background-color: #93AC53; }
a { background-color: rgb(147,172,83); }
div.DivClassName
{
background-color: #93AC53;
}
.BgClassName
{
background-color: #93AC53;
}
</style>
border-color css
<style>
span { border-color: #93AC53; }
span { border-color: rgb(147,172,83); }
td.TdClassName
{
border-color: #93AC53;
}
.TagClassName
{
border-color: #93AC53;
}
</style>