#8CCE9D

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

Shades of Chinook #8CCE9D

Tints of Chinook #8CCE9D

Color information

#8CCE9D (or 0x8CCE9D) is unknown color: approx Chinook. HEX triplet: 8C, CE and 9D. RGB value is (140,206,157). Sum of RGB (Red+Green+Blue) = 140+206+157=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCE9D is #733162. Grayscale: #B4B4B4. Windows color (decimal): -7549283 or 10342028. OLE color: 10342028.

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

Color convert

RGB140206157-
CMYK0.3200.240.19
HSL135.45º40.24%67.84%-
HSV(B)135.45º32.04%80.78%-
XYZ38.9752.1539.91-
YUV180.68114.6398.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=27.83%
G=40.95%
B=31.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402061570.3200.240.19135.4540.2467.84
Hex8CCE9D2001813872844
Octal214316235400302320750104
Binary10001100110011101001110110000001100010011100001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,206,157); }

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

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

 a { background-color: rgb(140,206,157); }

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

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

 span { border-color: rgb(140,206,157); }

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