#8DCD9B

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

Shades of Chinook #8DCD9B

Tints of Chinook #8DCD9B

Color information

#8DCD9B (or 0x8DCD9B) is unknown color: approx Chinook. HEX triplet: 8D, CD and 9B. RGB value is (141,205,155). Sum of RGB (Red+Green+Blue) = 141+205+155=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD9B is #723264. Grayscale: #B4B4B4. Windows color (decimal): -7484005 or 10210701. OLE color: 10210701.

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

Color convert

RGB141205155-
CMYK0.3100.240.20
HSL133.12º39.02%67.84%-
HSV(B)133.12º31.22%80.39%-
XYZ38.7351.6938.95-
YUV180.16113.8100.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=28.14%
G=40.92%
B=30.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051550.3100.240.20133.1239.0267.84
Hex8DCD9B1F01814852744
Octal215315233370302420547104
Binary1000110111001101100110111111101100010100100001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,155); }

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

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

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

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

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

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

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