#9FCAA6

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

Shades of Chinook #9FCAA6

Tints of Chinook #9FCAA6

Color information

#9FCAA6 (or 0x9FCAA6) is unknown color: approx Chinook. HEX triplet: 9F, CA and A6. RGB value is (159,202,166). Sum of RGB (Red+Green+Blue) = 159+202+166=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAA6 is #603559. Grayscale: #B9B9B9. Windows color (decimal): -6305114 or 10930847. OLE color: 10930847.

HSL color Cylindrical-coordinate representation of color #9FCAA6: hue angle of 129.77º 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 #9FCAA6 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB159202166-
CMYK0.2100.180.21
HSL129.77º28.86%70.78%-
HSV(B)129.77º21.29%79.22%-
XYZ42.352.3743.95-
YUV185.04117.25109.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=30.17%
G=38.33%
B=31.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021660.2100.180.21129.7728.8670.78
Hex9FCAA61501215821d47
Octal237312246250222520235107
Binary100111111100101010100110101010100101010110000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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