#93D89C

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

Shades of Chinook #93D89C

Tints of Chinook #93D89C

Color information

#93D89C (or 0x93D89C) is unknown color: approx Chinook. HEX triplet: 93, D8 and 9C. RGB value is (147,216,156). Sum of RGB (Red+Green+Blue) = 147+216+156=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #93D89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D89C is #6C2763. Grayscale: #BCBCBC. Windows color (decimal): -7087972 or 10279059. OLE color: 10279059.

HSL color Cylindrical-coordinate representation of color #93D89C: hue angle of 127.83º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D89C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB147216156-
CMYK0.3200.280.15
HSL127.83º46.94%71.18%-
HSV(B)127.83º31.94%84.71%-
XYZ42.5957.7240.35-
YUV188.53109.6498.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.32%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=28.32%
G=41.62%
B=30.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472161560.3200.280.15127.8346.9471.18
Hex93D89C2001CF802f47
Octal223330234400341720057107
Binary1001001111011000100111001000000111001111100000001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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