#8CCD9E

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

Shades of Chinook #8CCD9E

Tints of Chinook #8CCD9E

Color information

#8CCD9E (or 0x8CCD9E) is unknown color: approx Chinook. HEX triplet: 8C, CD and 9E. RGB value is (140,205,158). Sum of RGB (Red+Green+Blue) = 140+205+158=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD9E is #733261. Grayscale: #B4B4B4. Windows color (decimal): -7549538 or 10407308. OLE color: 10407308.

HSL color Cylindrical-coordinate representation of color #8CCD9E: hue angle of 136.62º 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 #8CCD9E is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB140205158-
CMYK0.3200.230.20
HSL136.62º39.39%67.65%-
HSV(B)136.62º31.71%80.39%-
XYZ38.8251.7140.28-
YUV180.21115.4799.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=27.83%
G=40.76%
B=31.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051580.3200.230.20136.6239.3967.65
Hex8CCD9E2001714892744
Octal214315236400272421147104
Binary10001100110011011001111010000001011110100100010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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