Html Css Color HEX #809B84 Envy

📋 copy color: '#809B84'

red 128 ◦ green 155 ◦ blue 132

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

Shades of Envy #809B84

Tints of Envy #809B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.81%

R = 30.84%
G = 37.35%
B = 31.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#809B84 (or 0x809B84) is known color: Envy. HEX triplet: 80, 9B and 84. RGB value is (128,155,132). Sum of RGB (Red+Green+Blue) = 128+155+132=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #809B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B84 is #7F647B. Grayscale: #909090. Windows color (decimal): -8348796 or 8690560. OLE color: 8690560.

HSL color Cylindrical-coordinate representation of color #809B84: hue angle of 128.89º 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 #809B84 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 132 -
CMYK 0.17 0 0.15 0.39
HSL 128.89º 0.12% 0.55% -
HSV(B) 128.89º 0.17% 0.61% -
XYZ 24.79 29.7 26.26 -
YUV 144.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 128 155 132 0.17 0 0.15 0.39 128.89 0.12 0.55
Hex 80 9B 84 11 0 F 27 81 C 37
Octal 200 233 204 21 0 17 47 201 14 67
Binary 10000000 10011011 10000100 10001 0 1111 100111 10000001 1100 110111

Color Harmonies of #809B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B84

Black with #809B84

Text Example


Text Example

White with #809B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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