Html Css Color HEX #83978A Envy

📋 copy color: '#83978A'

red 131 ◦ green 151 ◦ blue 138

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

Shades of Envy #83978A

Tints of Envy #83978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

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

R = 31.19%
G = 35.95%
B = 32.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#83978A (or 0x83978A) is known color: Envy. HEX triplet: 83, 97 and 8A. RGB value is (131,151,138). Sum of RGB (Red+Green+Blue) = 131+151+138=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #83978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83978A is #7C6875. Grayscale: #8F8F8F. Windows color (decimal): -8153206 or 9082755. OLE color: 9082755.

HSL color Cylindrical-coordinate representation of color #83978A: hue angle of 141º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #83978A is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 138 -
CMYK 0.13 0 0.09 0.41
HSL 141º 0.09% 0.55% -
HSV(B) 141º 0.13% 0.59% -
XYZ 25.01 28.79 28.28 -
YUV 143.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 131 151 138 0.13 0 0.09 0.41 141 0.09 0.55
Hex 83 97 8A D 0 9 29 8D 9 37
Octal 203 227 212 15 0 11 51 215 11 67
Binary 10000011 10010111 10001010 1101 0 1001 101001 10001101 1001 110111

Color Harmonies of #83978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83978A

Black with #83978A

Text Example


Text Example

White with #83978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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