#91D4A5

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

Shades of Chinook #91D4A5

Tints of Chinook #91D4A5

Color information

#91D4A5 (or 0x91D4A5) is unknown color: approx Chinook. HEX triplet: 91, D4 and A5. RGB value is (145,212,165). Sum of RGB (Red+Green+Blue) = 145+212+165=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #91D4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D4A5 is #6E2B5A. Grayscale: #BABABA. Windows color (decimal): -7220059 or 10867857. OLE color: 10867857.

HSL color Cylindrical-coordinate representation of color #91D4A5: hue angle of 137.91º 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 #91D4A5 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB145212165-
CMYK0.3200.220.17
HSL137.91º43.79%70%-
HSV(B)137.91º31.6%83.14%-
XYZ42.0155.8244.16-
YUV186.61115.898.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=27.78%
G=40.61%
B=31.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1452121650.3200.220.17137.9143.7970
Hex91D4A520016118a2c46
Octal221324245400262121254106
Binary10010001110101001010010110000001011010001100010101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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