Html Css Color HEX #84AA82 Envy

📋 copy color: '#84AA82'

red 132 ◦ green 170 ◦ blue 130

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

Shades of Envy #84AA82

Tints of Envy #84AA82

RGB

 RED value IS 132 (51.95% from 255) = 30.56%

 GREEN value IS 170 (66.8% from 255) = 39.35%

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

R = 30.56%
G = 39.35%
B = 30.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#84AA82 (or 0x84AA82) is known color: Envy. HEX triplet: 84, AA and 82. RGB value is (132,170,130). Sum of RGB (Red+Green+Blue) = 132+170+130=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AA82 is #7B557D. Grayscale: #9A9A9A. Windows color (decimal): -8082814 or 8563332. OLE color: 8563332.

HSL color Cylindrical-coordinate representation of color #84AA82: hue angle of 117º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AA82 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 170 130 -
CMYK 0.22 0 0.24 0.33
HSL 117º 0.19% 0.59% -
HSV(B) 117º 0.24% 0.67% -
XYZ 27.92 35.27 26.45 -
YUV 154.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 132 170 130 0.22 0 0.24 0.33 117 0.19 0.59
Hex 84 AA 82 16 0 18 21 75 13 3B
Octal 204 252 202 26 0 30 41 165 23 73
Binary 10000100 10101010 10000010 10110 0 11000 100001 1110101 10011 111011

Color Harmonies of #84AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AA82

Black with #84AA82

Text Example


Text Example

White with #84AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AA82; }

 p { color: rgb(132,170,130); }

 H1.HeaderClassName
 {
   color: #84AA82;
 }
 .AnyTagClassName
 {
   color: #84AA82;
 }
</style>

background-color css

<style>
 a { background-color: #84AA82; }

 a { background-color: rgb(132,170,130); }

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

border-color css

<style>
 span { border-color: #84AA82; }

 span { border-color: rgb(132,170,130); }

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