#91D49D

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

Shades of Chinook #91D49D

Tints of Chinook #91D49D

Color information

#91D49D (or 0x91D49D) is unknown color: approx Chinook. HEX triplet: 91, D4 and 9D. RGB value is (145,212,157). Sum of RGB (Red+Green+Blue) = 145+212+157=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #91D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D49D is #6E2B62. Grayscale: #B9B9B9. Windows color (decimal): -7220067 or 10343569. OLE color: 10343569.

HSL color Cylindrical-coordinate representation of color #91D49D: hue angle of 130.75º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D49D is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB145212157-
CMYK0.3200.260.17
HSL130.75º43.79%70%-
HSV(B)130.75º31.6%83.14%-
XYZ41.3155.5440.44-
YUV185.7111.898.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.21%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=28.21%
G=41.25%
B=30.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1452121570.3200.260.17130.7543.7970
Hex91D49D2001A11832c46
Octal221324235400322120354106
Binary10010001110101001001110110000001101010001100000111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91D49D; }

 p { color: rgb(145,212,157); }

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

<style>
 a { background-color: #91D49D; }

 a { background-color: rgb(145,212,157); }

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

<style>
 span { border-color: #91D49D; }

 span { border-color: rgb(145,212,157); }

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