Html Css Color HEX #829382 Stack

📋 copy color: '#829382'

red 130 ◦ green 147 ◦ blue 130

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

Shades of Stack #829382

Tints of Stack #829382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 31.94%
G = 36.12%
B = 31.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#829382 (or 0x829382) is known color: Stack. HEX triplet: 82, 93 and 82. RGB value is (130,147,130). Sum of RGB (Red+Green+Blue) = 130+147+130=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #829382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829382 is #7D6C7D. Grayscale: #8C8C8C. Windows color (decimal): -8219774 or 8557442. OLE color: 8557442.

HSL color Cylindrical-coordinate representation of color #829382: hue angle of 120º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #829382 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 130 -
CMYK 0.12 0 0.12 0.42
HSL 120º 0.07% 0.54% -
HSV(B) 120º 0.12% 0.58% -
XYZ 23.67 27.22 25.13 -
YUV 139.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 130 147 130 0.12 0 0.12 0.42 120 0.07 0.54
Hex 82 93 82 C 0 C 2A 78 7 36
Octal 202 223 202 14 0 14 52 170 7 66
Binary 10000010 10010011 10000010 1100 0 1100 101010 1111000 111 110110

Color Harmonies of #829382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829382

Black with #829382

Text Example


Text Example

White with #829382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829382; }

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

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

background-color css

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

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

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

border-color css

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

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

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