#93AA49

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

Shades of Chelsea Cucumber #93AA49

Tints of Chelsea Cucumber #93AA49

Color information

#93AA49 (or 0x93AA49) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AA and 49. RGB value is (147,170,73). Sum of RGB (Red+Green+Blue) = 147+170+73=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA49 is #6C55B6. Grayscale: #989898. Windows color (decimal): -7099831 or 4827795. OLE color: 4827795.

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

Color convert

RGB14717073-
CMYK0.1400.570.33
HSL74.23º39.92%47.65%-
HSV(B)74.23º57.06%66.67%-
XYZ27.6135.4311.69-
YUV152.0683.38124.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=37.69%
G=43.59%
B=18.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170730.1400.570.3374.2339.9247.65
Hex93AA49E039214a2830
Octal22325211116071411125060
Binary10010011101010101001001111001110011000011001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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