#9CDCA2

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

Shades of Chinook #9CDCA2

Tints of Chinook #9CDCA2

Color information

#9CDCA2 (or 0x9CDCA2) is unknown color: approx Chinook. HEX triplet: 9C, DC and A2. RGB value is (156,220,162). Sum of RGB (Red+Green+Blue) = 156+220+162=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDCA2 is #63235D. Grayscale: #C2C2C2. Windows color (decimal): -6497118 or 10673308. OLE color: 10673308.

HSL color Cylindrical-coordinate representation of color #9CDCA2: hue angle of 125.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCA2 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB156220162-
CMYK0.2900.260.14
HSL125.62º47.76%73.73%-
HSV(B)125.62º29.09%86.27%-
XYZ45.8360.8643.51-
YUV194.25109.8100.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=29.00%
G=40.89%
B=30.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562201620.2900.260.14125.6247.7673.73
Hex9CDCA21D01AE7e304a
Octal234334242350321617660112
Binary10011100110111001010001011101011010111011111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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