#93D6A3

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

Shades of Chinook #93D6A3

Tints of Chinook #93D6A3

Color information

#93D6A3 (or 0x93D6A3) is unknown color: approx Chinook. HEX triplet: 93, D6 and A3. RGB value is (147,214,163). Sum of RGB (Red+Green+Blue) = 147+214+163=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D6A3 is #6C295C. Grayscale: #BCBCBC. Windows color (decimal): -7088477 or 10737299. OLE color: 10737299.

HSL color Cylindrical-coordinate representation of color #93D6A3: hue angle of 134.33º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D6A3 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB147214163-
CMYK0.3100.240.16
HSL134.33º44.97%70.78%-
HSV(B)134.33º31.31%83.92%-
XYZ42.6956.9443.39-
YUV188.15113.898.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.05%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=28.05%
G=40.84%
B=31.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141630.3100.240.16134.3344.9770.78
Hex93D6A31F01810862d47
Octal223326243370302020655107
Binary1001001111010110101000111111101100010000100001101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,214,163); }

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

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

 a { background-color: rgb(147,214,163); }

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

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

 span { border-color: rgb(147,214,163); }

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