Html Css Color HEX #80B182 Envy

📋 copy color: '#80B182'

red 128 ◦ green 177 ◦ blue 130

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

Shades of Envy #80B182

Tints of Envy #80B182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 29.43%
G = 40.69%
B = 29.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#80B182 (or 0x80B182) is known color: Envy. HEX triplet: 80, B1 and 82. RGB value is (128,177,130). Sum of RGB (Red+Green+Blue) = 128+177+130=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #80B182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B182 is #7F4E7D. Grayscale: #9D9D9D. Windows color (decimal): -8343166 or 8565120. OLE color: 8565120.

HSL color Cylindrical-coordinate representation of color #80B182: hue angle of 122.45º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B182 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 130 -
CMYK 0.28 0 0.27 0.31
HSL 122.45º 0.24% 0.6% -
HSV(B) 122.45º 0.28% 0.69% -
XYZ 28.65 37.65 26.88 -
YUV 156.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 128 177 130 0.28 0 0.27 0.31 122.45 0.24 0.6
Hex 80 B1 82 1C 0 1B 1F 7A 18 3C
Octal 200 261 202 34 0 33 37 172 30 74
Binary 10000000 10110001 10000010 11100 0 11011 11111 1111010 11000 111100

Color Harmonies of #80B182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B182

Black with #80B182

Text Example


Text Example

White with #80B182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,177,130); }

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

background-color css

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

 a { background-color: rgb(128,177,130); }

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

border-color css

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

 span { border-color: rgb(128,177,130); }

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