Html Css Color HEX #83998B Envy

📋 copy color: '#83998B'

red 131 ◦ green 153 ◦ blue 139

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

Shades of Envy #83998B

Tints of Envy #83998B

RGB

 RED value IS 131 (51.56% from 255) = 30.97%

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 30.97%
G = 36.17%
B = 32.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#83998B (or 0x83998B) is known color: Envy. HEX triplet: 83, 99 and 8B. RGB value is (131,153,139). Sum of RGB (Red+Green+Blue) = 131+153+139=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #83998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998B is #7C6674. Grayscale: #909090. Windows color (decimal): -8152693 or 9148803. OLE color: 9148803.

HSL color Cylindrical-coordinate representation of color #83998B: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83998B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 139 -
CMYK 0.14 0 0.09 0.4
HSL 141.82º 0.1% 0.56% -
HSV(B) 141.82º 0.14% 0.6% -
XYZ 25.41 29.47 28.78 -
YUV 144.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 131 153 139 0.14 0 0.09 0.4 141.82 0.1 0.56
Hex 83 99 8B E 0 9 28 8E A 38
Octal 203 231 213 16 0 11 50 216 12 70
Binary 10000011 10011001 10001011 1110 0 1001 101000 10001110 1010 111000

Color Harmonies of #83998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83998B

Black with #83998B

Text Example


Text Example

White with #83998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83998B; }

 p { color: rgb(131,153,139); }

 H1.HeaderClassName
 {
   color: #83998B;
 }
 .AnyTagClassName
 {
   color: #83998B;
 }
</style>

background-color css

<style>
 a { background-color: #83998B; }

 a { background-color: rgb(131,153,139); }

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

border-color css

<style>
 span { border-color: #83998B; }

 span { border-color: rgb(131,153,139); }

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