#86D89A

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

Shades of Chinook #86D89A

Tints of Chinook #86D89A

Color information

#86D89A (or 0x86D89A) is unknown color: approx Chinook. HEX triplet: 86, D8 and 9A. RGB value is (134,216,154). Sum of RGB (Red+Green+Blue) = 134+216+154=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #86D89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D89A is #792765. Grayscale: #B8B8B8. Windows color (decimal): -7939942 or 10147974. OLE color: 10147974.

HSL color Cylindrical-coordinate representation of color #86D89A: hue angle of 134.63º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D89A is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB134216154-
CMYK0.3800.290.15
HSL134.63º51.25%68.63%-
HSV(B)134.63º37.96%84.71%-
XYZ40.2256.5139.36-
YUV184.41110.8392.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=26.59%
G=42.86%
B=30.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342161540.3800.290.15134.6351.2568.63
Hex86D89A2601DF873345
Octal206330232460351720763105
Binary1000011011011000100110101001100111011111100001111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,216,154); }

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

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

 a { background-color: rgb(134,216,154); }

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

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

 span { border-color: rgb(134,216,154); }

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