#86D09A

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

Shades of Chinook #86D09A

Tints of Chinook #86D09A

Color information

#86D09A (or 0x86D09A) is unknown color: approx Chinook. HEX triplet: 86, D0 and 9A. RGB value is (134,208,154). Sum of RGB (Red+Green+Blue) = 134+208+154=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #86D09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D09A is #792F65. Grayscale: #B3B3B3. Windows color (decimal): -7941990 or 10145926. OLE color: 10145926.

HSL color Cylindrical-coordinate representation of color #86D09A: hue angle of 136.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D09A is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB134208154-
CMYK0.3600.260.18
HSL136.22º44.05%67.06%-
HSV(B)136.22º35.58%81.57%-
XYZ38.2252.5138.69-
YUV179.72113.4895.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=27.02%
G=41.94%
B=31.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342081540.3600.260.18136.2244.0567.06
Hex86D09A2401A12882c43
Octal206320232440322221054103
Binary10000110110100001001101010010001101010010100010001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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