Shades of Chelsea Cucumber #93AA47
Tints of Chelsea Cucumber #93AA47
RGB
CMYK
RGB Variations
Color information
#93AA47 (or 0x93AA47) is known color: Chelsea Cucumber. HEX triplet: 93, AA and 47. RGB value is (147,170,71). Sum of RGB (Red+Green+Blue) = 147+170+71=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA47 is #6C55B8. Grayscale: #989898. Windows color (decimal): -7099833 or 4696723. OLE color: 4696723.
HSL color Cylindrical-coordinate representation of color #93AA47: hue angle of 73.94º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93AA47 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 71 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.33 |
| HSL | 73.94º | 0.41% | 0.47% | - |
| HSV(B) | 73.94º | 0.58% | 0.67% | - |
| XYZ | 27.54 | 35.41 | 11.34 | - |
| YUV | 151.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 71 | 0.14 | 0 | 0.58 | 0.33 | 73.94 | 0.41 | 0.47 |
| Hex | 93 | AA | 47 | E | 0 | 3A | 21 | 4A | 29 | 2F |
| Octal | 223 | 252 | 107 | 16 | 0 | 72 | 41 | 112 | 51 | 57 |
| Binary | 10010011 | 10101010 | 1000111 | 1110 | 0 | 111010 | 100001 | 1001010 | 101001 | 101111 |
Color Harmonies of #93AA47
Complementary color
Monochromatic Colors of #93AA47
Black with #93AA47
Text Example
Text Example
White with #93AA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA47; }
p { color: rgb(147,170,71); }
H1.HeaderClassName
{
color: #93AA47;
}
.AnyTagClassName
{
color: #93AA47;
}
</style>
background-color css
<style>
a { background-color: #93AA47; }
a { background-color: rgb(147,170,71); }
div.DivClassName
{
background-color: #93AA47;
}
.BgClassName
{
background-color: #93AA47;
}
</style>
border-color css
<style>
span { border-color: #93AA47; }
span { border-color: rgb(147,170,71); }
td.TdClassName
{
border-color: #93AA47;
}
.TagClassName
{
border-color: #93AA47;
}
</style>