Html Css Color HEX #82988A Envy

📋 copy color: '#82988A'

red 130 ◦ green 152 ◦ blue 138

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

Shades of Envy #82988A

Tints of Envy #82988A

RGB

 RED value IS 130 (51.17% from 255) = 30.95%

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 30.95%
G = 36.19%
B = 32.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#82988A (or 0x82988A) is known color: Envy. HEX triplet: 82, 98 and 8A. RGB value is (130,152,138). Sum of RGB (Red+Green+Blue) = 130+152+138=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #82988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82988A is #7D6775. Grayscale: #8F8F8F. Windows color (decimal): -8218486 or 9083010. OLE color: 9083010.

HSL color Cylindrical-coordinate representation of color #82988A: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #82988A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 138 -
CMYK 0.14 0 0.09 0.40
HSL 141.82º 0.1% 0.55% -
HSV(B) 141.82º 0.14% 0.6% -
XYZ 25.02 29.04 28.33 -
YUV 143.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 130 152 138 0.14 0 0.09 0.40 141.82 0.1 0.55
Hex 82 98 8A E 0 9 28 8E A 37
Octal 202 230 212 16 0 11 50 216 12 67
Binary 10000010 10011000 10001010 1110 0 1001 101000 10001110 1010 110111

Color Harmonies of #82988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82988A

Black with #82988A

Text Example


Text Example

White with #82988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82988A; }

 p { color: rgb(130,152,138); }

 H1.HeaderClassName
 {
   color: #82988A;
 }
 .AnyTagClassName
 {
   color: #82988A;
 }
</style>

background-color css

<style>
 a { background-color: #82988A; }

 a { background-color: rgb(130,152,138); }

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

border-color css

<style>
 span { border-color: #82988A; }

 span { border-color: rgb(130,152,138); }

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