Html Css Color HEX #86928A Envy

📋 copy color: '#86928A'

red 134 ◦ green 146 ◦ blue 138

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

Shades of Envy #86928A

Tints of Envy #86928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.93%

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

R = 32.06%
G = 34.93%
B = 33.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#86928A (or 0x86928A) is known color: Envy. HEX triplet: 86, 92 and 8A. RGB value is (134,146,138). Sum of RGB (Red+Green+Blue) = 134+146+138=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 146 - color contains mainly: green. Hex color #86928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86928A is #796D75. Grayscale: #8D8D8D. Windows color (decimal): -7957878 or 9081478. OLE color: 9081478.

HSL color Cylindrical-coordinate representation of color #86928A: hue angle of 140º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86928A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 146 138 -
CMYK 0.08 0 0.05 0.43
HSL 140º 0.05% 0.55% -
HSV(B) 140º 0.08% 0.57% -
XYZ 24.7 27.46 28.04 -
YUV 141.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 134 146 138 0.08 0 0.05 0.43 140 0.05 0.55
Hex 86 92 8A 8 0 5 2B 8C 5 37
Octal 206 222 212 10 0 5 53 214 5 67
Binary 10000110 10010010 10001010 1000 0 101 101011 10001100 101 110111

Color Harmonies of #86928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86928A

Black with #86928A

Text Example


Text Example

White with #86928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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