#9DCAA7

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

Shades of Chinook #9DCAA7

Tints of Chinook #9DCAA7

Color information

#9DCAA7 (or 0x9DCAA7) is unknown color: approx Chinook. HEX triplet: 9D, CA and A7. RGB value is (157,202,167). Sum of RGB (Red+Green+Blue) = 157+202+167=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAA7 is #623558. Grayscale: #B8B8B8. Windows color (decimal): -6436185 or 10996381. OLE color: 10996381.

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

Color convert

RGB157202167-
CMYK0.2200.170.21
HSL133.33º29.8%70.39%-
HSV(B)133.33º22.28%79.22%-
XYZ4252.244.42-
YUV184.56118.09108.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=29.85%
G=38.40%
B=31.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021670.2200.170.21133.3329.870.39
Hex9DCAA71601115851e46
Octal235312247260212520536106
Binary100111011100101010100111101100100011010110000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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