#9CCEA2

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

Shades of Chinook #9CCEA2

Tints of Chinook #9CCEA2

Color information

#9CCEA2 (or 0x9CCEA2) is unknown color: approx Chinook. HEX triplet: 9C, CE and A2. RGB value is (156,206,162). Sum of RGB (Red+Green+Blue) = 156+206+162=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCEA2 is #63315D. Grayscale: #BABABA. Windows color (decimal): -6500702 or 10669724. OLE color: 10669724.

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

Color convert

RGB156206162-
CMYK0.2400.210.19
HSL127.2º33.78%70.98%-
HSV(B)127.2º24.27%80.78%-
XYZ42.353.8242.34-
YUV186.03114.44106.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 162 (63.67% from 255) = 30.92%
R=29.77%
G=39.31%
B=30.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562061620.2400.210.19127.233.7870.98
Hex9CCEA218015137f2247
Octal234316242300252317742107
Binary100111001100111010100010110000101011001111111111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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