Html Css Color HEX #83998A Envy

📋 copy color: '#83998A'

red 131 ◦ green 153 ◦ blue 138

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

Shades of Envy #83998A

Tints of Envy #83998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 31.04%
G = 36.26%
B = 32.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#83998A (or 0x83998A) is known color: Envy. HEX triplet: 83, 99 and 8A. RGB value is (131,153,138). Sum of RGB (Red+Green+Blue) = 131+153+138=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #83998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998A is #7C6675. Grayscale: #909090. Windows color (decimal): -8152694 or 9083267. OLE color: 9083267.

HSL color Cylindrical-coordinate representation of color #83998A: hue angle of 139.09º 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 #83998A is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 138 -
CMYK 0.14 0 0.10 0.4
HSL 139.09º 0.1% 0.56% -
HSV(B) 139.09º 0.14% 0.6% -
XYZ 25.34 29.44 28.39 -
YUV 144.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 131 153 138 0.14 0 0.10 0.4 139.09 0.1 0.56
Hex 83 99 8A E 0 A 28 8B A 38
Octal 203 231 212 16 0 12 50 213 12 70
Binary 10000011 10011001 10001010 1110 0 1010 101000 10001011 1010 111000

Color Harmonies of #83998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83998A

Black with #83998A

Text Example


Text Example

White with #83998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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