Html Css Color HEX #829581 Stack

📋 copy color: '#829581'

red 130 ◦ green 149 ◦ blue 129

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

Shades of Stack #829581

Tints of Stack #829581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 31.86%
G = 36.52%
B = 31.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#829581 (or 0x829581) is known color: Stack. HEX triplet: 82, 95 and 81. RGB value is (130,149,129). Sum of RGB (Red+Green+Blue) = 130+149+129=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #829581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829581 is #7D6A7E. Grayscale: #8D8D8D. Windows color (decimal): -8219263 or 8492418. OLE color: 8492418.

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

Color convert

RGB 130 149 129 -
CMYK 0.13 0 0.13 0.42
HSL 117º 0.09% 0.55% -
HSV(B) 117º 0.13% 0.58% -
XYZ 23.92 27.83 24.88 -
YUV 141.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 130 149 129 0.13 0 0.13 0.42 117 0.09 0.55
Hex 82 95 81 D 0 D 2A 75 9 37
Octal 202 225 201 15 0 15 52 165 11 67
Binary 10000010 10010101 10000001 1101 0 1101 101010 1110101 1001 110111

Color Harmonies of #829581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829581

Black with #829581

Text Example


Text Example

White with #829581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829581; }

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

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

background-color css

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

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

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

border-color css

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

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

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