#9DCCA8

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

Shades of Chinook #9DCCA8

Tints of Chinook #9DCCA8

Color information

#9DCCA8 (or 0x9DCCA8) is unknown color: approx Chinook. HEX triplet: 9D, CC and A8. RGB value is (157,204,168). Sum of RGB (Red+Green+Blue) = 157+204+168=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCA8 is #623357. Grayscale: #B9B9B9. Windows color (decimal): -6435672 or 11062429. OLE color: 11062429.

HSL color Cylindrical-coordinate representation of color #9DCCA8: hue angle of 134.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCA8 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB157204168-
CMYK0.2300.180.2
HSL134.04º31.54%70.78%-
HSV(B)134.04º23.04%80%-
XYZ42.5753.1845.07-
YUV185.84117.93107.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=29.68%
G=38.56%
B=31.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041680.2300.180.2134.0431.5470.78
Hex9DCCA81701214862047
Octal235314250270222420640107
Binary1001110111001100101010001011101001010100100001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,168); }

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

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

 a { background-color: rgb(157,204,168); }

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

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

 span { border-color: rgb(157,204,168); }

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