Html Css Color HEX #809B85 Envy

📋 copy color: '#809B85'

red 128 ◦ green 155 ◦ blue 133

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

Shades of Envy #809B85

Tints of Envy #809B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 30.77%
G = 37.26%
B = 31.97%

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

#809B85 (or 0x809B85) is known color: Envy. HEX triplet: 80, 9B and 85. RGB value is (128,155,133). Sum of RGB (Red+Green+Blue) = 128+155+133=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #809B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B85 is #7F647A. Grayscale: #909090. Windows color (decimal): -8348795 or 8756096. OLE color: 8756096.

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

Color convert

RGB 128 155 133 -
CMYK 0.17 0 0.14 0.39
HSL 131.11º 0.12% 0.55% -
HSV(B) 131.11º 0.17% 0.61% -
XYZ 24.86 29.73 26.62 -
YUV 144.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 128 155 133 0.17 0 0.14 0.39 131.11 0.12 0.55
Hex 80 9B 85 11 0 E 27 83 C 37
Octal 200 233 205 21 0 16 47 203 14 67
Binary 10000000 10011011 10000101 10001 0 1110 100111 10000011 1100 110111

Color Harmonies of #809B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B85

Black with #809B85

Text Example


Text Example

White with #809B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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