Html Css Color HEX #849881 Stack

📋 copy color: '#849881'

red 132 ◦ green 152 ◦ blue 129

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

Shades of Stack #849881

Tints of Stack #849881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 31.96%
G = 36.8%
B = 31.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#849881 (or 0x849881) is known color: Stack. HEX triplet: 84, 98 and 81. RGB value is (132,152,129). Sum of RGB (Red+Green+Blue) = 132+152+129=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #849881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849881 is #7B677E. Grayscale: #8F8F8F. Windows color (decimal): -8087423 or 8493188. OLE color: 8493188.

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

Color convert

RGB 132 152 129 -
CMYK 0.13 0 0.15 0.40
HSL 112.17º 0.1% 0.55% -
HSV(B) 112.17º 0.15% 0.6% -
XYZ 24.71 28.95 25.05 -
YUV 143.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 132 152 129 0.13 0 0.15 0.40 112.17 0.1 0.55
Hex 84 98 81 D 0 F 28 70 A 37
Octal 204 230 201 15 0 17 50 160 12 67
Binary 10000100 10011000 10000001 1101 0 1111 101000 1110000 1010 110111

Color Harmonies of #849881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849881

Black with #849881

Text Example


Text Example

White with #849881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849881; }

 p { color: rgb(132,152,129); }

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

background-color css

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

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

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

border-color css

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

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

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