Html Css Color HEX #839482 Stack

📋 copy color: '#839482'

red 131 ◦ green 148 ◦ blue 130

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

Shades of Stack #839482

Tints of Stack #839482

RGB

 RED value IS 131 (51.56% from 255) = 32.03%

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 32.03%
G = 36.19%
B = 31.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#839482 (or 0x839482) is known color: Stack. HEX triplet: 83, 94 and 82. RGB value is (131,148,130). Sum of RGB (Red+Green+Blue) = 131+148+130=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #839482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839482 is #7C6B7D. Grayscale: #8C8C8C. Windows color (decimal): -8153982 or 8557699. OLE color: 8557699.

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

Color convert

RGB 131 148 130 -
CMYK 0.11 0 0.12 0.42
HSL 116.67º 0.08% 0.55% -
HSV(B) 116.67º 0.12% 0.58% -
XYZ 23.98 27.62 25.19 -
YUV 140.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 131 148 130 0.11 0 0.12 0.42 116.67 0.08 0.55
Hex 83 94 82 B 0 C 2A 75 8 37
Octal 203 224 202 13 0 14 52 165 10 67
Binary 10000011 10010100 10000010 1011 0 1100 101010 1110101 1000 110111

Color Harmonies of #839482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839482

Black with #839482

Text Example


Text Example

White with #839482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839482; }

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

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

background-color css

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

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

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

border-color css

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

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

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