Html Css Color HEX #829982 Stack

📋 copy color: '#829982'

red 130 ◦ green 153 ◦ blue 130

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

Shades of Stack #829982

Tints of Stack #829982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 31.48%
G = 37.05%
B = 31.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#829982 (or 0x829982) is known color: Stack. HEX triplet: 82, 99 and 82. RGB value is (130,153,130). Sum of RGB (Red+Green+Blue) = 130+153+130=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #829982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829982 is #7D667D. Grayscale: #8F8F8F. Windows color (decimal): -8218238 or 8558978. OLE color: 8558978.

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

Color convert

RGB 130 153 130 -
CMYK 0.15 0 0.15 0.4
HSL 120º 0.1% 0.55% -
HSV(B) 120º 0.15% 0.6% -
XYZ 24.63 29.14 25.45 -
YUV 143.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 130 153 130 0.15 0 0.15 0.4 120 0.1 0.55
Hex 82 99 82 F 0 F 28 78 A 37
Octal 202 231 202 17 0 17 50 170 12 67
Binary 10000010 10011001 10000010 1111 0 1111 101000 1111000 1010 110111

Color Harmonies of #829982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829982

Black with #829982

Text Example


Text Example

White with #829982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829982; }

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

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

background-color css

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

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

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

border-color css

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

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

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