#9CCEA6

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

Shades of Chinook #9CCEA6

Tints of Chinook #9CCEA6

Color information

#9CCEA6 (or 0x9CCEA6) is unknown color: approx Chinook. HEX triplet: 9C, CE and A6. RGB value is (156,206,166). Sum of RGB (Red+Green+Blue) = 156+206+166=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCEA6 is #633159. Grayscale: #BABABA. Windows color (decimal): -6500698 or 10931868. OLE color: 10931868.

HSL color Cylindrical-coordinate representation of color #9CCEA6: hue angle of 132º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCEA6 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB156206166-
CMYK0.2400.190.19
HSL132º33.78%70.98%-
HSV(B)132º24.27%80.78%-
XYZ42.6653.9644.24-
YUV186.49116.44106.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=29.55%
G=39.02%
B=31.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562061660.2400.190.1913233.7870.98
Hex9CCEA61801313842247
Octal234316246300232320442107
Binary1001110011001110101001101100001001110011100001001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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