Html Css Color HEX #849584 Stack

📋 copy color: '#849584'

red 132 ◦ green 149 ◦ blue 132

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

Shades of Stack #849584

Tints of Stack #849584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 31.96%
G = 36.08%
B = 31.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#849584 (or 0x849584) is known color: Stack. HEX triplet: 84, 95 and 84. RGB value is (132,149,132). Sum of RGB (Red+Green+Blue) = 132+149+132=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #849584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849584 is #7B6A7B. Grayscale: #8E8E8E. Windows color (decimal): -8088188 or 8689028. OLE color: 8689028.

HSL color Cylindrical-coordinate representation of color #849584: hue angle of 120º 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 #849584 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 149 132 -
CMYK 0.11 0 0.11 0.42
HSL 120º 0.07% 0.55% -
HSV(B) 120º 0.11% 0.58% -
XYZ 24.43 28.07 25.96 -
YUV 141.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 132 149 132 0.11 0 0.11 0.42 120 0.07 0.55
Hex 84 95 84 B 0 B 2A 78 7 37
Octal 204 225 204 13 0 13 52 170 7 67
Binary 10000100 10010101 10000100 1011 0 1011 101010 1111000 111 110111

Color Harmonies of #849584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849584

Black with #849584

Text Example


Text Example

White with #849584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849584; }

 p { color: rgb(132,149,132); }

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

background-color css

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

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

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

border-color css

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

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

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