#9CCA9D

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

Shades of Chinook #9CCA9D

Tints of Chinook #9CCA9D

Color information

#9CCA9D (or 0x9CCA9D) is unknown color: approx Chinook. HEX triplet: 9C, CA and 9D. RGB value is (156,202,157). Sum of RGB (Red+Green+Blue) = 156+202+157=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA9D is #633562. Grayscale: #B7B7B7. Windows color (decimal): -6501731 or 10341020. OLE color: 10341020.

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

Color convert

RGB156202157-
CMYK0.2300.220.21
HSL121.3º30.26%70.2%-
HSV(B)121.3º22.77%79.22%-
XYZ40.9251.7439.73-
YUV183.12113.26108.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=30.29%
G=39.22%
B=30.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021570.2300.220.21121.330.2670.2
Hex9CCA9D1701615791e46
Octal234312235270262517136106
Binary10011100110010101001110110111010110101011111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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