Html Css Color HEX #86938A Envy

📋 copy color: '#86938A'

red 134 ◦ green 147 ◦ blue 138

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

Shades of Envy #86938A

Tints of Envy #86938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

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

R = 31.98%
G = 35.08%
B = 32.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#86938A (or 0x86938A) is known color: Envy. HEX triplet: 86, 93 and 8A. RGB value is (134,147,138). Sum of RGB (Red+Green+Blue) = 134+147+138=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #86938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86938A is #796C75. Grayscale: #8E8E8E. Windows color (decimal): -7957622 or 9081734. OLE color: 9081734.

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

Color convert

RGB 134 147 138 -
CMYK 0.09 0 0.06 0.42
HSL 138.46º 0.06% 0.55% -
HSV(B) 138.46º 0.09% 0.58% -
XYZ 24.85 27.77 28.1 -
YUV 142.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 134 147 138 0.09 0 0.06 0.42 138.46 0.06 0.55
Hex 86 93 8A 9 0 6 2A 8A 6 37
Octal 206 223 212 11 0 6 52 212 6 67
Binary 10000110 10010011 10001010 1001 0 110 101010 10001010 110 110111

Color Harmonies of #86938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86938A

Black with #86938A

Text Example


Text Example

White with #86938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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