#93AA5D

Color #93AA5D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #93AA5D

Tints of Chelsea Cucumber #93AA5D

Color information

#93AA5D (or 0x93AA5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AA and 5D. RGB value is (147,170,93). Sum of RGB (Red+Green+Blue) = 147+170+93=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA5D is #6C55A2. Grayscale: #9A9A9A. Windows color (decimal): -7099811 or 6138515. OLE color: 6138515.

HSL color Cylindrical-coordinate representation of color #93AA5D: hue angle of 77.92º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93AA5D is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB14717093-
CMYK0.1400.450.33
HSL77.92º31.17%51.57%-
HSV(B)77.92º45.29%66.67%-
XYZ28.3835.7415.76-
YUV154.3493.38122.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=35.85%
G=41.46%
B=22.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170930.1400.450.3377.9231.1751.57
Hex93AA5DE02D214e1f34
Octal22325213516055411163764
Binary1001001110101010101110111100101101100001100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AA5D; }

 p { color: rgb(147,170,93); }

 H1.HeaderClassName
 {
   color: #93AA5D;
 }
 .AnyTagClassName
 {
   color: #93AA5D;
 }
</style>
background-color css

<style>
 a { background-color: #93AA5D; }

 a { background-color: rgb(147,170,93); }

 div.DivClassName
 {
   background-color: #93AA5D;
 }
 .BgClassName
 {
   background-color: #93AA5D;
 }
</style>
border-color css

<style>
 span { border-color: #93AA5D; }

 span { border-color: rgb(147,170,93); }

 td.TdClassName
 {
   border-color: #93AA5D;
 }
 .TagClassName
 {
   border-color: #93AA5D;
 }
</style>