#93AA53

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

Shades of Chelsea Cucumber #93AA53

Tints of Chelsea Cucumber #93AA53

Color information

#93AA53 (or 0x93AA53) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AA and 53. RGB value is (147,170,83). Sum of RGB (Red+Green+Blue) = 147+170+83=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA53 is #6C55AC. Grayscale: #999999. Windows color (decimal): -7099821 or 5483155. OLE color: 5483155.

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

Color convert

RGB14717083-
CMYK0.1400.510.33
HSL75.86º34.39%49.61%-
HSV(B)75.86º51.18%66.67%-
XYZ27.9735.5813.58-
YUV153.288.38123.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 83 (32.81% from 255) = 20.75%
R=36.75%
G=42.5%
B=20.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170830.1400.510.3375.8634.3949.61
Hex93AA53E033214c2232
Octal22325212316063411144262
Binary10010011101010101010011111001100111000011001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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