#91D7A0

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

Shades of Chinook #91D7A0

Tints of Chinook #91D7A0

Color information

#91D7A0 (or 0x91D7A0) is unknown color: approx Chinook. HEX triplet: 91, D7 and A0. RGB value is (145,215,160). Sum of RGB (Red+Green+Blue) = 145+215+160=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #91D7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D7A0 is #6E285F. Grayscale: #BBBBBB. Windows color (decimal): -7219296 or 10540945. OLE color: 10540945.

HSL color Cylindrical-coordinate representation of color #91D7A0: hue angle of 132.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D7A0 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB145215160-
CMYK0.3300.260.16
HSL132.86º46.67%70.59%-
HSV(B)132.86º32.56%84.31%-
XYZ42.3257.1642.06-
YUV187.8112.3197.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=27.88%
G=41.35%
B=30.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452151600.3300.260.16132.8646.6770.59
Hex91D7A02101A10852f47
Octal221327240410322020557107
Binary10010001110101111010000010000101101010000100001011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,215,160); }

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

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

 a { background-color: rgb(145,215,160); }

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

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

 span { border-color: rgb(145,215,160); }

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