Html Css Color HEX #80B184 Envy

📋 copy color: '#80B184'

red 128 ◦ green 177 ◦ blue 132

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

Shades of Envy #80B184

Tints of Envy #80B184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.21%

R = 29.29%
G = 40.5%
B = 30.21%

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

#80B184 (or 0x80B184) is known color: Envy. HEX triplet: 80, B1 and 84. RGB value is (128,177,132). Sum of RGB (Red+Green+Blue) = 128+177+132=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #80B184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B184 is #7F4E7B. Grayscale: #9D9D9D. Windows color (decimal): -8343164 or 8696192. OLE color: 8696192.

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

Color convert

RGB 128 177 132 -
CMYK 0.28 0 0.25 0.31
HSL 124.9º 0.24% 0.6% -
HSV(B) 124.9º 0.28% 0.69% -
XYZ 28.79 37.7 27.59 -
YUV 157.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 128 177 132 0.28 0 0.25 0.31 124.9 0.24 0.6
Hex 80 B1 84 1C 0 19 1F 7D 18 3C
Octal 200 261 204 34 0 31 37 175 30 74
Binary 10000000 10110001 10000100 11100 0 11001 11111 1111101 11000 111100

Color Harmonies of #80B184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B184

Black with #80B184

Text Example


Text Example

White with #80B184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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