Html Css Color HEX #829482 Stack

📋 copy color: '#829482'

red 130 ◦ green 148 ◦ blue 130

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

Shades of Stack #829482

Tints of Stack #829482

RGB

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

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

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

R = 31.86%
G = 36.27%
B = 31.86%

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

#829482 (or 0x829482) is known color: Stack. HEX triplet: 82, 94 and 82. RGB value is (130,148,130). Sum of RGB (Red+Green+Blue) = 130+148+130=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #829482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829482 is #7D6B7D. Grayscale: #8C8C8C. Windows color (decimal): -8219518 or 8557698. OLE color: 8557698.

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

Color convert

RGB 130 148 130 -
CMYK 0.12 0 0.12 0.42
HSL 120º 0.08% 0.55% -
HSV(B) 120º 0.12% 0.58% -
XYZ 23.83 27.54 25.18 -
YUV 140.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 130 148 130 0.12 0 0.12 0.42 120 0.08 0.55
Hex 82 94 82 C 0 C 2A 78 8 37
Octal 202 224 202 14 0 14 52 170 10 67
Binary 10000010 10010100 10000010 1100 0 1100 101010 1111000 1000 110111

Color Harmonies of #829482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829482

Black with #829482

Text Example


Text Example

White with #829482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829482; }

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

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

background-color css

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

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

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

border-color css

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

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

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