Html Css Color HEX #86A590 Envy

📋 copy color: '#86A590'

red 134 ◦ green 165 ◦ blue 144

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

Shades of Envy #86A590

Tints of Envy #86A590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 30.25%
G = 37.25%
B = 32.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#86A590 (or 0x86A590) is known color: Envy. HEX triplet: 86, A5 and 90. RGB value is (134,165,144). Sum of RGB (Red+Green+Blue) = 134+165+144=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #86A590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A590 is #795A6F. Grayscale: #999999. Windows color (decimal): -7953008 or 9479558. OLE color: 9479558.

HSL color Cylindrical-coordinate representation of color #86A590: hue angle of 139.35º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A590 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 144 -
CMYK 0.19 0 0.13 0.35
HSL 139.35º 0.15% 0.59% -
HSV(B) 139.35º 0.19% 0.65% -
XYZ 28.32 33.99 31.45 -
YUV 153.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 134 165 144 0.19 0 0.13 0.35 139.35 0.15 0.59
Hex 86 A5 90 13 0 D 23 8B F 3B
Octal 206 245 220 23 0 15 43 213 17 73
Binary 10000110 10100101 10010000 10011 0 1101 100011 10001011 1111 111011

Color Harmonies of #86A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A590

Black with #86A590

Text Example


Text Example

White with #86A590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,165,144); }

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

background-color css

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

 a { background-color: rgb(134,165,144); }

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

border-color css

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

 span { border-color: rgb(134,165,144); }

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