#9DCAA6

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

Shades of Chinook #9DCAA6

Tints of Chinook #9DCAA6

Color information

#9DCAA6 (or 0x9DCAA6) is unknown color: approx Chinook. HEX triplet: 9D, CA and A6. RGB value is (157,202,166). Sum of RGB (Red+Green+Blue) = 157+202+166=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAA6 is #623559. Grayscale: #B8B8B8. Windows color (decimal): -6436186 or 10930845. OLE color: 10930845.

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

Color convert

RGB157202166-
CMYK0.2200.180.21
HSL132º29.8%70.39%-
HSV(B)132º22.28%79.22%-
XYZ41.9152.1643.94-
YUV184.44117.59108.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=29.90%
G=38.48%
B=31.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021660.2200.180.2113229.870.39
Hex9DCAA61601215841e46
Octal235312246260222520436106
Binary100111011100101010100110101100100101010110000100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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