Html Css Color HEX #80AC85 Envy

📋 copy color: '#80AC85'

red 128 ◦ green 172 ◦ blue 133

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

Shades of Envy #80AC85

Tints of Envy #80AC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 29.56%
G = 39.72%
B = 30.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#80AC85 (or 0x80AC85) is known color: Envy. HEX triplet: 80, AC and 85. RGB value is (128,172,133). Sum of RGB (Red+Green+Blue) = 128+172+133=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC85 is #7F537A. Grayscale: #9A9A9A. Windows color (decimal): -8344443 or 8760448. OLE color: 8760448.

HSL color Cylindrical-coordinate representation of color #80AC85: hue angle of 126.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC85 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 133 -
CMYK 0.26 0 0.23 0.33
HSL 126.82º 0.21% 0.59% -
HSV(B) 126.82º 0.26% 0.67% -
XYZ 27.89 35.79 27.63 -
YUV 154.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 128 172 133 0.26 0 0.23 0.33 126.82 0.21 0.59
Hex 80 AC 85 1A 0 17 21 7F 15 3B
Octal 200 254 205 32 0 27 41 177 25 73
Binary 10000000 10101100 10000101 11010 0 10111 100001 1111111 10101 111011

Color Harmonies of #80AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC85

Black with #80AC85

Text Example


Text Example

White with #80AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,133); }

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

background-color css

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

 a { background-color: rgb(128,172,133); }

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

border-color css

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

 span { border-color: rgb(128,172,133); }

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