Html Css Color HEX #829B88 Envy

📋 copy color: '#829B88'

red 130 ◦ green 155 ◦ blue 136

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

Shades of Envy #829B88

Tints of Envy #829B88

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.82%

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

R = 30.88%
G = 36.82%
B = 32.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#829B88 (or 0x829B88) is known color: Envy. HEX triplet: 82, 9B and 88. RGB value is (130,155,136). Sum of RGB (Red+Green+Blue) = 130+155+136=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #829B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B88 is #7D6477. Grayscale: #919191. Windows color (decimal): -8217720 or 8952706. OLE color: 8952706.

HSL color Cylindrical-coordinate representation of color #829B88: hue angle of 134.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B88 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 136 -
CMYK 0.16 0 0.12 0.39
HSL 134.4º 0.11% 0.56% -
HSV(B) 134.4º 0.16% 0.61% -
XYZ 25.37 29.97 27.74 -
YUV 145.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 130 155 136 0.16 0 0.12 0.39 134.4 0.11 0.56
Hex 82 9B 88 10 0 C 27 86 B 38
Octal 202 233 210 20 0 14 47 206 13 70
Binary 10000010 10011011 10001000 10000 0 1100 100111 10000110 1011 111000

Color Harmonies of #829B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B88

Black with #829B88

Text Example


Text Example

White with #829B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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