Html Css Color HEX #80A983 Envy

📋 copy color: '#80A983'

red 128 ◦ green 169 ◦ blue 131

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

Shades of Envy #80A983

Tints of Envy #80A983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.49%

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

R = 29.91%
G = 39.49%
B = 30.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#80A983 (or 0x80A983) is known color: Envy. HEX triplet: 80, A9 and 83. RGB value is (128,169,131). Sum of RGB (Red+Green+Blue) = 128+169+131=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #80A983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A983 is #7F567C. Grayscale: #989898. Windows color (decimal): -8345213 or 8628608. OLE color: 8628608.

HSL color Cylindrical-coordinate representation of color #80A983: hue angle of 124.39º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A983 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 169 131 -
CMYK 0.24 0 0.22 0.34
HSL 124.39º 0.19% 0.58% -
HSV(B) 124.39º 0.24% 0.66% -
XYZ 27.19 34.6 26.72 -
YUV 152.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 128 169 131 0.24 0 0.22 0.34 124.39 0.19 0.58
Hex 80 A9 83 18 0 16 22 7C 13 3A
Octal 200 251 203 30 0 26 42 174 23 72
Binary 10000000 10101001 10000011 11000 0 10110 100010 1111100 10011 111010

Color Harmonies of #80A983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A983

Black with #80A983

Text Example


Text Example

White with #80A983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A983; }

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

 H1.HeaderClassName
 {
   color: #80A983;
 }
 .AnyTagClassName
 {
   color: #80A983;
 }
</style>

background-color css

<style>
 a { background-color: #80A983; }

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

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

border-color css

<style>
 span { border-color: #80A983; }

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

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