#93CA9D

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

Shades of Chinook #93CA9D

Tints of Chinook #93CA9D

Color information

#93CA9D (or 0x93CA9D) is unknown color: approx Chinook. HEX triplet: 93, CA and 9D. RGB value is (147,202,157). Sum of RGB (Red+Green+Blue) = 147+202+157=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA9D is #6C3562. Grayscale: #B4B4B4. Windows color (decimal): -7091555 or 10341011. OLE color: 10341011.

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

Color convert

RGB147202157-
CMYK0.2700.220.21
HSL130.91º34.16%68.43%-
HSV(B)130.91º27.23%79.22%-
XYZ39.2450.8839.65-
YUV180.42114.78104.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=29.05%
G=39.92%
B=31.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021570.2700.220.21130.9134.1668.43
Hex93CA9D1B01615832244
Octal223312235330262520342104
Binary1001001111001010100111011101101011010101100000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,157); }

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

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

 a { background-color: rgb(147,202,157); }

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

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

 span { border-color: rgb(147,202,157); }

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