Html Css Color HEX #86958A Envy

📋 copy color: '#86958A'

red 134 ◦ green 149 ◦ blue 138

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

Shades of Envy #86958A

Tints of Envy #86958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 31.83%
G = 35.39%
B = 32.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#86958A (or 0x86958A) is known color: Envy. HEX triplet: 86, 95 and 8A. RGB value is (134,149,138). Sum of RGB (Red+Green+Blue) = 134+149+138=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #86958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958A is #796A75. Grayscale: #8F8F8F. Windows color (decimal): -7957110 or 9082246. OLE color: 9082246.

HSL color Cylindrical-coordinate representation of color #86958A: hue angle of 136º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86958A is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 138 -
CMYK 0.10 0 0.07 0.42
HSL 136º 0.07% 0.55% -
HSV(B) 136º 0.1% 0.58% -
XYZ 25.17 28.4 28.2 -
YUV 143.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 134 149 138 0.10 0 0.07 0.42 136 0.07 0.55
Hex 86 95 8A A 0 7 2A 88 7 37
Octal 206 225 212 12 0 7 52 210 7 67
Binary 10000110 10010101 10001010 1010 0 111 101010 10001000 111 110111

Color Harmonies of #86958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86958A

Black with #86958A

Text Example


Text Example

White with #86958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86958A; }

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

 H1.HeaderClassName
 {
   color: #86958A;
 }
 .AnyTagClassName
 {
   color: #86958A;
 }
</style>

background-color css

<style>
 a { background-color: #86958A; }

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

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

border-color css

<style>
 span { border-color: #86958A; }

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

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