Html Css Color HEX #80B185 Envy

📋 copy color: '#80B185'

red 128 ◦ green 177 ◦ blue 133

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

Shades of Envy #80B185

Tints of Envy #80B185

RGB

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

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

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

R = 29.22%
G = 40.41%
B = 30.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#80B185 (or 0x80B185) is known color: Envy. HEX triplet: 80, B1 and 85. RGB value is (128,177,133). Sum of RGB (Red+Green+Blue) = 128+177+133=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #80B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B185 is #7F4E7A. Grayscale: #9D9D9D. Windows color (decimal): -8343163 or 8761728. OLE color: 8761728.

HSL color Cylindrical-coordinate representation of color #80B185: hue angle of 126.12º 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 #80B185 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 133 -
CMYK 0.28 0 0.25 0.31
HSL 126.12º 0.24% 0.6% -
HSV(B) 126.12º 0.28% 0.69% -
XYZ 28.86 37.73 27.95 -
YUV 157.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 128 177 133 0.28 0 0.25 0.31 126.12 0.24 0.6
Hex 80 B1 85 1C 0 19 1F 7E 18 3C
Octal 200 261 205 34 0 31 37 176 30 74
Binary 10000000 10110001 10000101 11100 0 11001 11111 1111110 11000 111100

Color Harmonies of #80B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B185

Black with #80B185

Text Example


Text Example

White with #80B185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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