#93AA65

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

Shades of Chelsea Cucumber #93AA65

Tints of Chelsea Cucumber #93AA65

Color information

#93AA65 (or 0x93AA65) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AA and 65. RGB value is (147,170,101). Sum of RGB (Red+Green+Blue) = 147+170+101=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA65 is #6C559A. Grayscale: #9B9B9B. Windows color (decimal): -7099803 or 6662803. OLE color: 6662803.

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

Color convert

RGB147170101-
CMYK0.1400.410.33
HSL80º28.87%53.14%-
HSV(B)80º40.59%66.67%-
XYZ28.7635.8917.72-
YUV155.2697.38122.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=35.17%
G=40.67%
B=24.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701010.1400.410.338028.8753.14
Hex93AA65E02921501d35
Octal22325214516051411203565
Binary1001001110101010110010111100101001100001101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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