Html Css Color HEX #829685 Stack

📋 copy color: '#829685'

red 130 ◦ green 150 ◦ blue 133

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

Shades of Stack #829685

Tints of Stack #829685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 31.48%
G = 36.32%
B = 32.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#829685 (or 0x829685) is known color: Stack. HEX triplet: 82, 96 and 85. RGB value is (130,150,133). Sum of RGB (Red+Green+Blue) = 130+150+133=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #829685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829685 is #7D697A. Grayscale: #8E8E8E. Windows color (decimal): -8219003 or 8754818. OLE color: 8754818.

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

Color convert

RGB 130 150 133 -
CMYK 0.13 0 0.11 0.41
HSL 129º 0.09% 0.55% -
HSV(B) 129º 0.13% 0.59% -
XYZ 24.35 28.25 26.36 -
YUV 142.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 130 150 133 0.13 0 0.11 0.41 129 0.09 0.55
Hex 82 96 85 D 0 B 29 81 9 37
Octal 202 226 205 15 0 13 51 201 11 67
Binary 10000010 10010110 10000101 1101 0 1011 101001 10000001 1001 110111

Color Harmonies of #829685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829685

Black with #829685

Text Example


Text Example

White with #829685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829685; }

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

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

background-color css

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

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

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

border-color css

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

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

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