Html Css Color HEX #86D59E Chinook

📋 copy color: '#86D59E'

red 134 ◦ green 213 ◦ blue 158

#86D59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #86D59E

Tints of Chinook #86D59E

RGB

 RED value IS 134 (52.73% from 255) = 26.53%

 GREEN value IS 213 (83.59% from 255) = 42.18%

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 26.53%
G = 42.18%
B = 31.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#86D59E (or 0x86D59E) is known color: Chinook. HEX triplet: 86, D5 and 9E. RGB value is (134,213,158). Sum of RGB (Red+Green+Blue) = 134+213+158=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #86D59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D59E is #792A61. Grayscale: #B7B7B7. Windows color (decimal): -7940706 or 10409350. OLE color: 10409350.

HSL color Cylindrical-coordinate representation of color #86D59E: hue angle of 138.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D59E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 213 158 -
CMYK 0.37 0 0.26 0.16
HSL 138.23º 0.48% 0.68% -
HSV(B) 138.23º 0.37% 0.84% -
XYZ 39.8 55.13 40.89 -
YUV 183.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 134 213 158 0.37 0 0.26 0.16 138.23 0.48 0.68
Hex 86 D5 9E 25 0 1A 10 8A 30 44
Octal 206 325 236 45 0 32 20 212 60 104
Binary 10000110 11010101 10011110 100101 0 11010 10000 10001010 110000 1000100

Color Harmonies of #86D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D59E

Black with #86D59E

Text Example


Text Example

White with #86D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,213,158); }

 H1.HeaderClassName
 {
   color: #86D59E;
 }
 .AnyTagClassName
 {
   color: #86D59E;
 }
</style>

background-color css

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

 a { background-color: rgb(134,213,158); }

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

border-color css

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

 span { border-color: rgb(134,213,158); }

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