Shades of Chelsea Cucumber #93AA53
Tints of Chelsea Cucumber #93AA53
RGB
CMYK
RGB Variations
Color information
#93AA53 (or 0x93AA53) is known color: Chelsea Cucumber. HEX triplet: 93, AA and 53. RGB value is (147,170,83). Sum of RGB (Red+Green+Blue) = 147+170+83=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA53 is #6C55AC. Grayscale: #999999. Windows color (decimal): -7099821 or 5483155. OLE color: 5483155.
HSL color Cylindrical-coordinate representation of color #93AA53: hue angle of 75.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93AA53 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 83 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.33 |
| HSL | 75.86º | 0.34% | 0.5% | - |
| HSV(B) | 75.86º | 0.51% | 0.67% | - |
| XYZ | 27.97 | 35.58 | 13.58 | - |
| YUV | 153.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 83 | 0.14 | 0 | 0.51 | 0.33 | 75.86 | 0.34 | 0.5 |
| Hex | 93 | AA | 53 | E | 0 | 33 | 21 | 4C | 22 | 32 |
| Octal | 223 | 252 | 123 | 16 | 0 | 63 | 41 | 114 | 42 | 62 |
| Binary | 10010011 | 10101010 | 1010011 | 1110 | 0 | 110011 | 100001 | 1001100 | 100010 | 110010 |
Color Harmonies of #93AA53
Complementary color
Monochromatic Colors of #93AA53
Black with #93AA53
Text Example
Text Example
White with #93AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA53; }
p { color: rgb(147,170,83); }
H1.HeaderClassName
{
color: #93AA53;
}
.AnyTagClassName
{
color: #93AA53;
}
</style>
background-color css
<style>
a { background-color: #93AA53; }
a { background-color: rgb(147,170,83); }
div.DivClassName
{
background-color: #93AA53;
}
.BgClassName
{
background-color: #93AA53;
}
</style>
border-color css
<style>
span { border-color: #93AA53; }
span { border-color: rgb(147,170,83); }
td.TdClassName
{
border-color: #93AA53;
}
.TagClassName
{
border-color: #93AA53;
}
</style>