#9CCD9C

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

Shades of Chinook #9CCD9C

Tints of Chinook #9CCD9C

Color information

#9CCD9C (or 0x9CCD9C) is unknown color: approx Chinook. HEX triplet: 9C, CD and 9C. RGB value is (156,205,156). Sum of RGB (Red+Green+Blue) = 156+205+156=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCD9C is #633263. Grayscale: #B8B8B8. Windows color (decimal): -6500964 or 10276252. OLE color: 10276252.

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

Color convert

RGB156205156-
CMYK0.2400.240.20
HSL120º32.89%70.78%-
HSV(B)120º23.9%80.39%-
XYZ41.5453.1339.52-
YUV184.76111.77107.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=30.17%
G=39.65%
B=30.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051560.2400.240.2012032.8970.78
Hex9CCD9C1801814782147
Octal234315234300302417041107
Binary100111001100110110011100110000110001010011110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,156); }

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

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

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

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

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

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

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