Html Css Color HEX #829680 Stack

📋 copy color: '#829680'

red 130 ◦ green 150 ◦ blue 128

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

Shades of Stack #829680

Tints of Stack #829680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 31.86%
G = 36.76%
B = 31.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#829680 (or 0x829680) is known color: Stack. HEX triplet: 82, 96 and 80. RGB value is (130,150,128). Sum of RGB (Red+Green+Blue) = 130+150+128=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #829680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829680 is #7D697F. Grayscale: #8D8D8D. Windows color (decimal): -8219008 or 8427138. OLE color: 8427138.

HSL color Cylindrical-coordinate representation of color #829680: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829680 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 128 -
CMYK 0.13 0 0.15 0.41
HSL 114.55º 0.09% 0.55% -
HSV(B) 114.55º 0.15% 0.59% -
XYZ 24.01 28.12 24.58 -
YUV 141.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 130 150 128 0.13 0 0.15 0.41 114.55 0.09 0.55
Hex 82 96 80 D 0 F 29 73 9 37
Octal 202 226 200 15 0 17 51 163 11 67
Binary 10000010 10010110 10000000 1101 0 1111 101001 1110011 1001 110111

Color Harmonies of #829680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829680

Black with #829680

Text Example


Text Example

White with #829680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829680; }

 p { color: rgb(130,150,128); }

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

background-color css

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

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

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

border-color css

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

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

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