#91D69D

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

Shades of Chinook #91D69D

Tints of Chinook #91D69D

Color information

#91D69D (or 0x91D69D) is unknown color: approx Chinook. HEX triplet: 91, D6 and 9D. RGB value is (145,214,157). Sum of RGB (Red+Green+Blue) = 145+214+157=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #91D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D69D is #6E2962. Grayscale: #BBBBBB. Windows color (decimal): -7219555 or 10344081. OLE color: 10344081.

HSL color Cylindrical-coordinate representation of color #91D69D: hue angle of 130.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D69D is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB145214157-
CMYK0.3200.270.16
HSL130.43º45.7%70.39%-
HSV(B)130.43º32.24%83.92%-
XYZ41.8156.5540.61-
YUV186.87111.1498.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.10%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=28.10%
G=41.47%
B=30.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452141570.3200.270.16130.4345.770.39
Hex91D69D2001B10822e46
Octal221326235400332020256106
Binary10010001110101101001110110000001101110000100000101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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