Html Css Color HEX #849682 Stack

📋 copy color: '#849682'

red 132 ◦ green 150 ◦ blue 130

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

Shades of Stack #849682

Tints of Stack #849682

RGB

 RED value IS 132 (51.95% from 255) = 32.04%

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 32.04%
G = 36.41%
B = 31.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#849682 (or 0x849682) is known color: Stack. HEX triplet: 84, 96 and 82. RGB value is (132,150,130). Sum of RGB (Red+Green+Blue) = 132+150+130=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #849682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849682 is #7B697D. Grayscale: #8E8E8E. Windows color (decimal): -8087934 or 8558212. OLE color: 8558212.

HSL color Cylindrical-coordinate representation of color #849682: hue angle of 114º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849682 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 130 -
CMYK 0.12 0 0.13 0.41
HSL 114º 0.09% 0.55% -
HSV(B) 114º 0.13% 0.59% -
XYZ 24.45 28.33 25.3 -
YUV 142.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 132 150 130 0.12 0 0.13 0.41 114 0.09 0.55
Hex 84 96 82 C 0 D 29 72 9 37
Octal 204 226 202 14 0 15 51 162 11 67
Binary 10000100 10010110 10000010 1100 0 1101 101001 1110010 1001 110111

Color Harmonies of #849682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849682

Black with #849682

Text Example


Text Example

White with #849682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849682; }

 p { color: rgb(132,150,130); }

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

background-color css

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

 a { background-color: rgb(132,150,130); }

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

border-color css

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

 span { border-color: rgb(132,150,130); }

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