Html Css Color HEX #809B83 Envy

📋 copy color: '#809B83'

red 128 ◦ green 155 ◦ blue 131

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

Shades of Envy #809B83

Tints of Envy #809B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 30.92%
G = 37.44%
B = 31.64%

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

#809B83 (or 0x809B83) is known color: Envy. HEX triplet: 80, 9B and 83. RGB value is (128,155,131). Sum of RGB (Red+Green+Blue) = 128+155+131=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #809B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B83 is #7F647C. Grayscale: #909090. Windows color (decimal): -8348797 or 8625024. OLE color: 8625024.

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

Color convert

RGB 128 155 131 -
CMYK 0.17 0 0.15 0.39
HSL 126.67º 0.12% 0.55% -
HSV(B) 126.67º 0.17% 0.61% -
XYZ 24.72 29.67 25.9 -
YUV 144.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 128 155 131 0.17 0 0.15 0.39 126.67 0.12 0.55
Hex 80 9B 83 11 0 F 27 7F C 37
Octal 200 233 203 21 0 17 47 177 14 67
Binary 10000000 10011011 10000011 10001 0 1111 100111 1111111 1100 110111

Color Harmonies of #809B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B83

Black with #809B83

Text Example


Text Example

White with #809B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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