Html Css Color HEX #829881 Stack

📋 copy color: '#829881'

red 130 ◦ green 152 ◦ blue 129

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

Shades of Stack #829881

Tints of Stack #829881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

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

R = 31.63%
G = 36.98%
B = 31.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#829881 (or 0x829881) is known color: Stack. HEX triplet: 82, 98 and 81. RGB value is (130,152,129). Sum of RGB (Red+Green+Blue) = 130+152+129=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #829881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829881 is #7D677E. Grayscale: #8E8E8E. Windows color (decimal): -8218495 or 8493186. OLE color: 8493186.

HSL color Cylindrical-coordinate representation of color #829881: hue angle of 117.39º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #829881 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 129 -
CMYK 0.14 0 0.15 0.40
HSL 117.39º 0.1% 0.55% -
HSV(B) 117.39º 0.15% 0.6% -
XYZ 24.4 28.79 25.04 -
YUV 142.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 130 152 129 0.14 0 0.15 0.40 117.39 0.1 0.55
Hex 82 98 81 E 0 F 28 75 A 37
Octal 202 230 201 16 0 17 50 165 12 67
Binary 10000010 10011000 10000001 1110 0 1111 101000 1110101 1010 110111

Color Harmonies of #829881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829881

Black with #829881

Text Example


Text Example

White with #829881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829881; }

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

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

background-color css

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

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

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

border-color css

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

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

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