#8CCC9C

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

Shades of Chinook #8CCC9C

Tints of Chinook #8CCC9C

Color information

#8CCC9C (or 0x8CCC9C) is unknown color: approx Chinook. HEX triplet: 8C, CC and 9C. RGB value is (140,204,156). Sum of RGB (Red+Green+Blue) = 140+204+156=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC9C is #733363. Grayscale: #B3B3B3. Windows color (decimal): -7549796 or 10275980. OLE color: 10275980.

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

Color convert

RGB140204156-
CMYK0.3100.240.2
HSL135º38.55%67.45%-
HSV(B)135º31.37%80%-
XYZ38.4151.1639.3-
YUV179.39114.899.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=28%
G=40.8%
B=31.2%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041560.3100.240.213538.5567.45
Hex8CCC9C1F01814872743
Octal214314234370302420747103
Binary1000110011001100100111001111101100010100100001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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