Html Css Color HEX #829682 Stack

📋 copy color: '#829682'

red 130 ◦ green 150 ◦ blue 130

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

Shades of Stack #829682

Tints of Stack #829682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 31.71%
G = 36.59%
B = 31.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#829682 (or 0x829682) is known color: Stack. HEX triplet: 82, 96 and 82. RGB value is (130,150,130). Sum of RGB (Red+Green+Blue) = 130+150+130=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #829682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829682 is #7D697D. Grayscale: #8D8D8D. Windows color (decimal): -8219006 or 8558210. OLE color: 8558210.

HSL color Cylindrical-coordinate representation of color #829682: hue angle of 120º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829682 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 130 -
CMYK 0.13 0 0.13 0.41
HSL 120º 0.09% 0.55% -
HSV(B) 120º 0.13% 0.59% -
XYZ 24.14 28.17 25.28 -
YUV 141.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 130 150 130 0.13 0 0.13 0.41 120 0.09 0.55
Hex 82 96 82 D 0 D 29 78 9 37
Octal 202 226 202 15 0 15 51 170 11 67
Binary 10000010 10010110 10000010 1101 0 1101 101001 1111000 1001 110111

Color Harmonies of #829682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829682

Black with #829682

Text Example


Text Example

White with #829682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829682; }

 p { color: rgb(130,150,130); }

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

background-color css

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

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

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

border-color css

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

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

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