Shades of Chelsea Cucumber #93A845
Tints of Chelsea Cucumber #93A845
RGB
CMYK
RGB Variations
Color information
#93A845 (or 0x93A845) is known color: Chelsea Cucumber. HEX triplet: 93, A8 and 45. RGB value is (147,168,69). Sum of RGB (Red+Green+Blue) = 147+168+69=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #93A845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A845 is #6C57BA. Grayscale: #969696. Windows color (decimal): -7100347 or 4565139. OLE color: 4565139.
HSL color Cylindrical-coordinate representation of color #93A845: hue angle of 72.73º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93A845 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 168 | 69 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.34 |
| HSL | 72.73º | 0.42% | 0.46% | - |
| HSV(B) | 72.73º | 0.59% | 0.66% | - |
| XYZ | 27.11 | 34.64 | 10.89 | - |
| YUV | 150.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 69 | 0.13 | 0 | 0.59 | 0.34 | 72.73 | 0.42 | 0.46 |
| Hex | 93 | A8 | 45 | D | 0 | 3B | 22 | 49 | 2A | 2E |
| Octal | 223 | 250 | 105 | 15 | 0 | 73 | 42 | 111 | 52 | 56 |
| Binary | 10010011 | 10101000 | 1000101 | 1101 | 0 | 111011 | 100010 | 1001001 | 101010 | 101110 |
Color Harmonies of #93A845
Complementary color
Monochromatic Colors of #93A845
Black with #93A845
Text Example
Text Example
White with #93A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A845; }
p { color: rgb(147,168,69); }
H1.HeaderClassName
{
color: #93A845;
}
.AnyTagClassName
{
color: #93A845;
}
</style>
background-color css
<style>
a { background-color: #93A845; }
a { background-color: rgb(147,168,69); }
div.DivClassName
{
background-color: #93A845;
}
.BgClassName
{
background-color: #93A845;
}
</style>
border-color css
<style>
span { border-color: #93A845; }
span { border-color: rgb(147,168,69); }
td.TdClassName
{
border-color: #93A845;
}
.TagClassName
{
border-color: #93A845;
}
</style>