Html Css Color HEX #80B286 Envy

📋 copy color: '#80B286'

red 128 ◦ green 178 ◦ blue 134

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

Shades of Envy #80B286

Tints of Envy #80B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

 BLUE value IS 134 (52.73% from 255) = 30.45%

R = 29.09%
G = 40.45%
B = 30.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#80B286 (or 0x80B286) is known color: Envy. HEX triplet: 80, B2 and 86. RGB value is (128,178,134). Sum of RGB (Red+Green+Blue) = 128+178+134=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #80B286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B286 is #7F4D79. Grayscale: #9E9E9E. Windows color (decimal): -8342906 or 8827520. OLE color: 8827520.

HSL color Cylindrical-coordinate representation of color #80B286: hue angle of 127.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B286 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 134 -
CMYK 0.28 0 0.25 0.30
HSL 127.2º 0.25% 0.6% -
HSV(B) 127.2º 0.28% 0.7% -
XYZ 29.13 38.15 28.38 -
YUV 158.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 128 178 134 0.28 0 0.25 0.30 127.2 0.25 0.6
Hex 80 B2 86 1C 0 19 1E 7F 19 3C
Octal 200 262 206 34 0 31 36 177 31 74
Binary 10000000 10110010 10000110 11100 0 11001 11110 1111111 11001 111100

Color Harmonies of #80B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B286

Black with #80B286

Text Example


Text Example

White with #80B286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,134); }

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

background-color css

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

 a { background-color: rgb(128,178,134); }

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

border-color css

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

 span { border-color: rgb(128,178,134); }

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