#93D19C

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

Shades of Chinook #93D19C

Tints of Chinook #93D19C

Color information

#93D19C (or 0x93D19C) is unknown color: approx Chinook. HEX triplet: 93, D1 and 9C. RGB value is (147,209,156). Sum of RGB (Red+Green+Blue) = 147+209+156=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #93D19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D19C is #6C2E63. Grayscale: #B8B8B8. Windows color (decimal): -7089764 or 10277267. OLE color: 10277267.

HSL color Cylindrical-coordinate representation of color #93D19C: hue angle of 128.71º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D19C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB147209156-
CMYK0.3000.250.18
HSL128.71º40.26%69.8%-
HSV(B)128.71º29.67%81.96%-
XYZ40.8354.239.76-
YUV184.42111.96101.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=28.71%
G=40.82%
B=30.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091560.3000.250.18128.7140.2669.8
Hex93D19C1E01912812846
Octal223321234360312220150106
Binary1001001111010001100111001111001100110010100000011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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