#9CCAA8

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

Shades of Chinook #9CCAA8

Tints of Chinook #9CCAA8

Color information

#9CCAA8 (or 0x9CCAA8) is unknown color: approx Chinook. HEX triplet: 9C, CA and A8. RGB value is (156,202,168). Sum of RGB (Red+Green+Blue) = 156+202+168=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAA8 is #633557. Grayscale: #B8B8B8. Windows color (decimal): -6501720 or 11061916. OLE color: 11061916.

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

Color convert

RGB156202168-
CMYK0.2300.170.21
HSL135.65º30.26%70.2%-
HSV(B)135.65º22.77%79.22%-
XYZ41.952.1444.9-
YUV184.37118.76107.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=29.66%
G=38.40%
B=31.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021680.2300.170.21135.6530.2670.2
Hex9CCAA81701115881e46
Octal234312250270212521036106
Binary100111001100101010101000101110100011010110001000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,168); }

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

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

 a { background-color: rgb(156,202,168); }

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

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

 span { border-color: rgb(156,202,168); }

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