Html Css Color HEX #86AC8A Envy

📋 copy color: '#86AC8A'

red 134 ◦ green 172 ◦ blue 138

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

Shades of Envy #86AC8A

Tints of Envy #86AC8A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.74%

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 30.18%
G = 38.74%
B = 31.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#86AC8A (or 0x86AC8A) is known color: Envy. HEX triplet: 86, AC and 8A. RGB value is (134,172,138). Sum of RGB (Red+Green+Blue) = 134+172+138=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC8A is #795375. Grayscale: #9C9C9C. Windows color (decimal): -7951222 or 9088134. OLE color: 9088134.

HSL color Cylindrical-coordinate representation of color #86AC8A: hue angle of 126.32º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86AC8A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 138 -
CMYK 0.22 0 0.20 0.33
HSL 126.32º 0.19% 0.6% -
HSV(B) 126.32º 0.22% 0.67% -
XYZ 29.17 36.41 29.53 -
YUV 156.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 134 172 138 0.22 0 0.20 0.33 126.32 0.19 0.6
Hex 86 AC 8A 16 0 14 21 7E 13 3C
Octal 206 254 212 26 0 24 41 176 23 74
Binary 10000110 10101100 10001010 10110 0 10100 100001 1111110 10011 111100

Color Harmonies of #86AC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC8A

Black with #86AC8A

Text Example


Text Example

White with #86AC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,138); }

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

background-color css

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

 a { background-color: rgb(134,172,138); }

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

border-color css

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

 span { border-color: rgb(134,172,138); }

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