Html Css Color HEX #829B81 Stack

📋 copy color: '#829B81'

red 130 ◦ green 155 ◦ blue 129

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

Shades of Stack #829B81

Tints of Stack #829B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.44%

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

R = 31.4%
G = 37.44%
B = 31.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#829B81 (or 0x829B81) is known color: Stack. HEX triplet: 82, 9B and 81. RGB value is (130,155,129). Sum of RGB (Red+Green+Blue) = 130+155+129=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #829B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B81 is #7D647E. Grayscale: #909090. Windows color (decimal): -8217727 or 8493954. OLE color: 8493954.

HSL color Cylindrical-coordinate representation of color #829B81: hue angle of 117.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829B81 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 129 -
CMYK 0.16 0 0.17 0.39
HSL 117.69º 0.12% 0.56% -
HSV(B) 117.69º 0.17% 0.61% -
XYZ 24.89 29.77 25.2 -
YUV 144.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 130 155 129 0.16 0 0.17 0.39 117.69 0.12 0.56
Hex 82 9B 81 10 0 11 27 76 C 38
Octal 202 233 201 20 0 21 47 166 14 70
Binary 10000010 10011011 10000001 10000 0 10001 100111 1110110 1100 111000

Color Harmonies of #829B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B81

Black with #829B81

Text Example


Text Example

White with #829B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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