#91DB9E

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

Shades of Chinook #91DB9E

Tints of Chinook #91DB9E

Color information

#91DB9E (or 0x91DB9E) is unknown color: approx Chinook. HEX triplet: 91, DB and 9E. RGB value is (145,219,158). Sum of RGB (Red+Green+Blue) = 145+219+158=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #91DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DB9E is #6E2461. Grayscale: #BEBEBE. Windows color (decimal): -7218274 or 10410897. OLE color: 10410897.

HSL color Cylindrical-coordinate representation of color #91DB9E: hue angle of 130.54º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DB9E is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB145219158-
CMYK0.3400.280.14
HSL130.54º50.68%71.37%-
HSV(B)130.54º33.79%85.88%-
XYZ43.1859.1541.49-
YUV189.92109.9895.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=27.78%
G=41.95%
B=30.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452191580.3400.280.14130.5450.6871.37
Hex91DB9E2201CE833347
Octal221333236420341620363107
Binary1001000111011011100111101000100111001110100000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,219,158); }

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

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

 a { background-color: rgb(145,219,158); }

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

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

 span { border-color: rgb(145,219,158); }

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