#91CA9D

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

Shades of Chinook #91CA9D

Tints of Chinook #91CA9D

Color information

#91CA9D (or 0x91CA9D) is unknown color: approx Chinook. HEX triplet: 91, CA and 9D. RGB value is (145,202,157). Sum of RGB (Red+Green+Blue) = 145+202+157=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA9D is #6E3562. Grayscale: #B3B3B3. Windows color (decimal): -7222627 or 10341009. OLE color: 10341009.

HSL color Cylindrical-coordinate representation of color #91CA9D: hue angle of 132.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91CA9D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB145202157-
CMYK0.2800.220.21
HSL132.63º34.97%68.04%-
HSV(B)132.63º28.22%79.22%-
XYZ38.8850.739.63-
YUV179.83115.12103.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=28.77%
G=40.08%
B=31.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1452021570.2800.220.21132.6334.9768.04
Hex91CA9D1C01615852344
Octal221312235340262520543104
Binary1001000111001010100111011110001011010101100001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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