Html Css Color HEX #829988 Envy

📋 copy color: '#829988'

red 130 ◦ green 153 ◦ blue 136

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

Shades of Envy #829988

Tints of Envy #829988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 31.03%
G = 36.52%
B = 32.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#829988 (or 0x829988) is known color: Envy. HEX triplet: 82, 99 and 88. RGB value is (130,153,136). Sum of RGB (Red+Green+Blue) = 130+153+136=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #829988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829988 is #7D6677. Grayscale: #909090. Windows color (decimal): -8218232 or 8952194. OLE color: 8952194.

HSL color Cylindrical-coordinate representation of color #829988: hue angle of 135.65º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829988 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 136 -
CMYK 0.15 0 0.11 0.4
HSL 135.65º 0.1% 0.55% -
HSV(B) 135.65º 0.15% 0.6% -
XYZ 25.04 29.31 27.63 -
YUV 144.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 130 153 136 0.15 0 0.11 0.4 135.65 0.1 0.55
Hex 82 99 88 F 0 B 28 88 A 37
Octal 202 231 210 17 0 13 50 210 12 67
Binary 10000010 10011001 10001000 1111 0 1011 101000 10001000 1010 110111

Color Harmonies of #829988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829988

Black with #829988

Text Example


Text Example

White with #829988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829988; }

 p { color: rgb(130,153,136); }

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

background-color css

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

 a { background-color: rgb(130,153,136); }

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

border-color css

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

 span { border-color: rgb(130,153,136); }

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