#93AA4C

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

Shades of Chelsea Cucumber #93AA4C

Tints of Chelsea Cucumber #93AA4C

Color information

#93AA4C (or 0x93AA4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AA and 4C. RGB value is (147,170,76). Sum of RGB (Red+Green+Blue) = 147+170+76=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA4C is #6C55B3. Grayscale: #989898. Windows color (decimal): -7099828 or 5024403. OLE color: 5024403.

HSL color Cylindrical-coordinate representation of color #93AA4C: hue angle of 74.68º 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 #93AA4C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB14717076-
CMYK0.1400.550.33
HSL74.68º38.21%48.24%-
HSV(B)74.68º55.29%66.67%-
XYZ27.7135.4712.22-
YUV152.4184.88124.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=37.40%
G=43.26%
B=19.34%

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
Decimal147170760.1400.550.3374.6838.2148.24
Hex93AA4CE037214b2630
Octal22325211416067411134660
Binary10010011101010101001100111001101111000011001011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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