#9FCAA7

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

Shades of Chinook #9FCAA7

Tints of Chinook #9FCAA7

Color information

#9FCAA7 (or 0x9FCAA7) is unknown color: approx Chinook. HEX triplet: 9F, CA and A7. RGB value is (159,202,167). Sum of RGB (Red+Green+Blue) = 159+202+167=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAA7 is #603558. Grayscale: #B9B9B9. Windows color (decimal): -6305113 or 10996383. OLE color: 10996383.

HSL color Cylindrical-coordinate representation of color #9FCAA7: hue angle of 131.16º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAA7 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB159202167-
CMYK0.2100.170.21
HSL131.16º28.86%70.78%-
HSV(B)131.16º21.29%79.22%-
XYZ42.3952.444.44-
YUV185.15117.75109.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=30.11%
G=38.26%
B=31.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021670.2100.170.21131.1628.8670.78
Hex9FCAA71501115831d47
Octal237312247250212520335107
Binary100111111100101010100111101010100011010110000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FCAA7; }

 p { color: rgb(159,202,167); }

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

<style>
 a { background-color: #9FCAA7; }

 a { background-color: rgb(159,202,167); }

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

<style>
 span { border-color: #9FCAA7; }

 span { border-color: rgb(159,202,167); }

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