#9CCAA6

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

Shades of Chinook #9CCAA6

Tints of Chinook #9CCAA6

Color information

#9CCAA6 (or 0x9CCAA6) is unknown color: approx Chinook. HEX triplet: 9C, CA and A6. RGB value is (156,202,166). Sum of RGB (Red+Green+Blue) = 156+202+166=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAA6 is #633559. Grayscale: #B8B8B8. Windows color (decimal): -6501722 or 10930844. OLE color: 10930844.

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

Color convert

RGB156202166-
CMYK0.2300.180.21
HSL133.04º30.26%70.2%-
HSV(B)133.04º22.77%79.22%-
XYZ41.7152.0643.93-
YUV184.14117.76107.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=29.77%
G=38.55%
B=31.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021660.2300.180.21133.0430.2670.2
Hex9CCAA61701215851e46
Octal234312246270222520536106
Binary100111001100101010100110101110100101010110000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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