#93AA4D

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

Shades of Chelsea Cucumber #93AA4D

Tints of Chelsea Cucumber #93AA4D

Color information

#93AA4D (or 0x93AA4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AA and 4D. RGB value is (147,170,77). Sum of RGB (Red+Green+Blue) = 147+170+77=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA4D is #6C55B2. Grayscale: #989898. Windows color (decimal): -7099827 or 5089939. OLE color: 5089939.

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

Color convert

RGB14717077-
CMYK0.1400.550.33
HSL74.84º37.65%48.43%-
HSV(B)74.84º54.71%66.67%-
XYZ27.7535.4912.41-
YUV152.5285.38124.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=37.31%
G=43.15%
B=19.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170770.1400.550.3374.8437.6548.43
Hex93AA4DE037214b2630
Octal22325211516067411134660
Binary10010011101010101001101111001101111000011001011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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