Html Css Color HEX #829584 Stack

📋 copy color: '#829584'

red 130 ◦ green 149 ◦ blue 132

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

Shades of Stack #829584

Tints of Stack #829584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 31.63%
G = 36.25%
B = 32.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#829584 (or 0x829584) is known color: Stack. HEX triplet: 82, 95 and 84. RGB value is (130,149,132). Sum of RGB (Red+Green+Blue) = 130+149+132=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #829584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829584 is #7D6A7B. Grayscale: #8D8D8D. Windows color (decimal): -8219260 or 8689026. OLE color: 8689026.

HSL color Cylindrical-coordinate representation of color #829584: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829584 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 132 -
CMYK 0.13 0 0.11 0.42
HSL 126.32º 0.08% 0.55% -
HSV(B) 126.32º 0.13% 0.58% -
XYZ 24.12 27.91 25.95 -
YUV 141.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 130 149 132 0.13 0 0.11 0.42 126.32 0.08 0.55
Hex 82 95 84 D 0 B 2A 7E 8 37
Octal 202 225 204 15 0 13 52 176 10 67
Binary 10000010 10010101 10000100 1101 0 1011 101010 1111110 1000 110111

Color Harmonies of #829584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829584

Black with #829584

Text Example


Text Example

White with #829584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829584; }

 p { color: rgb(130,149,132); }

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

background-color css

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

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

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

border-color css

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

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

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