#86DD9C

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

Shades of Chinook #86DD9C

Tints of Chinook #86DD9C

Color information

#86DD9C (or 0x86DD9C) is unknown color: approx Chinook. HEX triplet: 86, DD and 9C. RGB value is (134,221,156). Sum of RGB (Red+Green+Blue) = 134+221+156=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD9C is #792263. Grayscale: #BBBBBB. Windows color (decimal): -7938660 or 10280326. OLE color: 10280326.

HSL color Cylindrical-coordinate representation of color #86DD9C: hue angle of 135.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD9C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB134221156-
CMYK0.3900.290.13
HSL135.17º56.13%69.61%-
HSV(B)135.17º39.37%86.67%-
XYZ41.6959.1840.68-
YUV187.58110.1889.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=26.22%
G=43.25%
B=30.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211560.3900.290.13135.1756.1369.61
Hex86DD9C2701DD873846
Octal206335234470351520770106
Binary1000011011011101100111001001110111011101100001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DD9C; }

 p { color: rgb(134,221,156); }

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

<style>
 a { background-color: #86DD9C; }

 a { background-color: rgb(134,221,156); }

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

<style>
 span { border-color: #86DD9C; }

 span { border-color: rgb(134,221,156); }

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