#93BA9C

Color #93BA9C Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #93BA9C

Tints of Summer Green #93BA9C

Color information

#93BA9C (or 0x93BA9C) is unknown color: approx Summer Green. HEX triplet: 93, BA and 9C. RGB value is (147,186,156). Sum of RGB (Red+Green+Blue) = 147+186+156=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA9C is #6C4563. Grayscale: #ABABAB. Windows color (decimal): -7095652 or 10271379. OLE color: 10271379.

HSL color Cylindrical-coordinate representation of color #93BA9C: hue angle of 133.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BA9C is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB147186156-
CMYK0.2100.160.27
HSL133.85º22.03%65.29%-
HSV(B)133.85º20.97%72.94%-
XYZ35.5943.7238.02-
YUV170.92119.58110.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=30.06%
G=38.04%
B=31.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861560.2100.160.27133.8522.0365.29
Hex93BA9C150101B861641
Octal223272234250203320626101
Binary100100111011101010011100101010100001101110000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,156); }

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

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

 a { background-color: rgb(147,186,156); }

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

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

 span { border-color: rgb(147,186,156); }

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