Html Css Color HEX #829983 Stack

📋 copy color: '#829983'

red 130 ◦ green 153 ◦ blue 131

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

Shades of Stack #829983

Tints of Stack #829983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 31.4%
G = 36.96%
B = 31.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#829983 (or 0x829983) is known color: Stack. HEX triplet: 82, 99 and 83. RGB value is (130,153,131). Sum of RGB (Red+Green+Blue) = 130+153+131=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #829983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829983 is #7D667C. Grayscale: #8F8F8F. Windows color (decimal): -8218237 or 8624514. OLE color: 8624514.

HSL color Cylindrical-coordinate representation of color #829983: hue angle of 122.61º 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 #829983 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 131 -
CMYK 0.15 0 0.14 0.4
HSL 122.61º 0.1% 0.55% -
HSV(B) 122.61º 0.15% 0.6% -
XYZ 24.69 29.17 25.8 -
YUV 143.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 130 153 131 0.15 0 0.14 0.4 122.61 0.1 0.55
Hex 82 99 83 F 0 E 28 7B A 37
Octal 202 231 203 17 0 16 50 173 12 67
Binary 10000010 10011001 10000011 1111 0 1110 101000 1111011 1010 110111

Color Harmonies of #829983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829983

Black with #829983

Text Example


Text Example

White with #829983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829983; }

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

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

background-color css

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

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

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

border-color css

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

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

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