Html Css Color HEX #829883 Stack

📋 copy color: '#829883'

red 130 ◦ green 152 ◦ blue 131

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

Shades of Stack #829883

Tints of Stack #829883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 31.48%
G = 36.8%
B = 31.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#829883 (or 0x829883) is known color: Stack. HEX triplet: 82, 98 and 83. RGB value is (130,152,131). Sum of RGB (Red+Green+Blue) = 130+152+131=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #829883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829883 is #7D677C. Grayscale: #8F8F8F. Windows color (decimal): -8218493 or 8624258. OLE color: 8624258.

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

Color convert

RGB 130 152 131 -
CMYK 0.14 0 0.14 0.40
HSL 122.73º 0.1% 0.55% -
HSV(B) 122.73º 0.14% 0.6% -
XYZ 24.53 28.84 25.75 -
YUV 143.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 130 152 131 0.14 0 0.14 0.40 122.73 0.1 0.55
Hex 82 98 83 E 0 E 28 7B A 37
Octal 202 230 203 16 0 16 50 173 12 67
Binary 10000010 10011000 10000011 1110 0 1110 101000 1111011 1010 110111

Color Harmonies of #829883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829883

Black with #829883

Text Example


Text Example

White with #829883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829883; }

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

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

background-color css

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

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

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

border-color css

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

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

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