Html Css Color HEX #809B86 Envy

📋 copy color: '#809B86'

red 128 ◦ green 155 ◦ blue 134

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

Shades of Envy #809B86

Tints of Envy #809B86

RGB

 RED value IS 128 (50.39% from 255) = 30.7%

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 134 (52.73% from 255) = 32.13%

R = 30.7%
G = 37.17%
B = 32.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#809B86 (or 0x809B86) is known color: Envy. HEX triplet: 80, 9B and 86. RGB value is (128,155,134). Sum of RGB (Red+Green+Blue) = 128+155+134=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #809B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B86 is #7F6479. Grayscale: #909090. Windows color (decimal): -8348794 or 8821632. OLE color: 8821632.

HSL color Cylindrical-coordinate representation of color #809B86: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809B86 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 134 -
CMYK 0.17 0 0.14 0.39
HSL 133.33º 0.12% 0.55% -
HSV(B) 133.33º 0.17% 0.61% -
XYZ 24.93 29.75 26.98 -
YUV 144.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 128 155 134 0.17 0 0.14 0.39 133.33 0.12 0.55
Hex 80 9B 86 11 0 E 27 85 C 37
Octal 200 233 206 21 0 16 47 205 14 67
Binary 10000000 10011011 10000110 10001 0 1110 100111 10000101 1100 110111

Color Harmonies of #809B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B86

Black with #809B86

Text Example


Text Example

White with #809B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809B86; }

 p { color: rgb(128,155,134); }

 H1.HeaderClassName
 {
   color: #809B86;
 }
 .AnyTagClassName
 {
   color: #809B86;
 }
</style>

background-color css

<style>
 a { background-color: #809B86; }

 a { background-color: rgb(128,155,134); }

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

border-color css

<style>
 span { border-color: #809B86; }

 span { border-color: rgb(128,155,134); }

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