Html Css Color HEX #829481 Stack

📋 copy color: '#829481'

red 130 ◦ green 148 ◦ blue 129

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

Shades of Stack #829481

Tints of Stack #829481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 31.94%
G = 36.36%
B = 31.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#829481 (or 0x829481) is known color: Stack. HEX triplet: 82, 94 and 81. RGB value is (130,148,129). Sum of RGB (Red+Green+Blue) = 130+148+129=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #829481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829481 is #7D6B7E. Grayscale: #8C8C8C. Windows color (decimal): -8219519 or 8492162. OLE color: 8492162.

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

Color convert

RGB 130 148 129 -
CMYK 0.12 0 0.13 0.42
HSL 116.84º 0.08% 0.54% -
HSV(B) 116.84º 0.13% 0.58% -
XYZ 23.76 27.51 24.83 -
YUV 140.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 130 148 129 0.12 0 0.13 0.42 116.84 0.08 0.54
Hex 82 94 81 C 0 D 2A 75 8 36
Octal 202 224 201 14 0 15 52 165 10 66
Binary 10000010 10010100 10000001 1100 0 1101 101010 1110101 1000 110110

Color Harmonies of #829481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829481

Black with #829481

Text Example


Text Example

White with #829481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829481; }

 p { color: rgb(130,148,129); }

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

background-color css

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

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

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

border-color css

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

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

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