Html Css Color HEX #849486 Stack

📋 copy color: '#849486'

red 132 ◦ green 148 ◦ blue 134

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

Shades of Stack #849486

Tints of Stack #849486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 31.88%
G = 35.75%
B = 32.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#849486 (or 0x849486) is known color: Stack. HEX triplet: 84, 94 and 86. RGB value is (132,148,134). Sum of RGB (Red+Green+Blue) = 132+148+134=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #849486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849486 is #7B6B79. Grayscale: #8D8D8D. Windows color (decimal): -8088442 or 8819844. OLE color: 8819844.

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

Color convert

RGB 132 148 134 -
CMYK 0.11 0 0.09 0.42
HSL 127.5º 0.07% 0.55% -
HSV(B) 127.5º 0.11% 0.58% -
XYZ 24.41 27.81 26.63 -
YUV 141.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 132 148 134 0.11 0 0.09 0.42 127.5 0.07 0.55
Hex 84 94 86 B 0 9 2A 80 7 37
Octal 204 224 206 13 0 11 52 200 7 67
Binary 10000100 10010100 10000110 1011 0 1001 101010 10000000 111 110111

Color Harmonies of #849486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849486

Black with #849486

Text Example


Text Example

White with #849486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849486; }

 p { color: rgb(132,148,134); }

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

background-color css

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

 a { background-color: rgb(132,148,134); }

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

border-color css

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

 span { border-color: rgb(132,148,134); }

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