#8CCD9C

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

Shades of Chinook #8CCD9C

Tints of Chinook #8CCD9C

Color information

#8CCD9C (or 0x8CCD9C) is unknown color: approx Chinook. HEX triplet: 8C, CD and 9C. RGB value is (140,205,156). Sum of RGB (Red+Green+Blue) = 140+205+156=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD9C is #733263. Grayscale: #B4B4B4. Windows color (decimal): -7549540 or 10276236. OLE color: 10276236.

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

Color convert

RGB140205156-
CMYK0.3200.240.20
HSL134.77º39.39%67.65%-
HSV(B)134.77º31.71%80.39%-
XYZ38.6551.6439.38-
YUV179.98114.4799.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=27.94%
G=40.92%
B=31.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051560.3200.240.20134.7739.3967.65
Hex8CCD9C2001814872744
Octal214315234400302420747104
Binary10001100110011011001110010000001100010100100001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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