#9DCAA3

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

Shades of Chinook #9DCAA3

Tints of Chinook #9DCAA3

Color information

#9DCAA3 (or 0x9DCAA3) is unknown color: approx Chinook. HEX triplet: 9D, CA and A3. RGB value is (157,202,163). Sum of RGB (Red+Green+Blue) = 157+202+163=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAA3 is #62355C. Grayscale: #B8B8B8. Windows color (decimal): -6436189 or 10734237. OLE color: 10734237.

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

Color convert

RGB157202163-
CMYK0.2200.190.21
HSL128º29.8%70.39%-
HSV(B)128º22.28%79.22%-
XYZ41.6452.0542.5-
YUV184.1116.09108.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 163 (64.06% from 255) = 31.23%
R=30.08%
G=38.70%
B=31.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021630.2200.190.2112829.870.39
Hex9DCAA31601315801e46
Octal235312243260232520036106
Binary100111011100101010100011101100100111010110000000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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