Html Css Color HEX #849187 Stack

📋 copy color: '#849187'

red 132 ◦ green 145 ◦ blue 135

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

Shades of Stack #849187

Tints of Stack #849187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 32.04%
G = 35.19%
B = 32.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#849187 (or 0x849187) is known color: Stack. HEX triplet: 84, 91 and 87. RGB value is (132,145,135). Sum of RGB (Red+Green+Blue) = 132+145+135=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 145 - color contains mainly: green. Hex color #849187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849187 is #7B6E78. Grayscale: #8C8C8C. Windows color (decimal): -8089209 or 8884612. OLE color: 8884612.

HSL color Cylindrical-coordinate representation of color #849187: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #849187 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 135 -
CMYK 0.09 0 0.07 0.43
HSL 133.85º 0.06% 0.54% -
HSV(B) 133.85º 0.09% 0.57% -
XYZ 24.01 26.91 26.85 -
YUV 139.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 132 145 135 0.09 0 0.07 0.43 133.85 0.06 0.54
Hex 84 91 87 9 0 7 2B 86 6 36
Octal 204 221 207 11 0 7 53 206 6 66
Binary 10000100 10010001 10000111 1001 0 111 101011 10000110 110 110110

Color Harmonies of #849187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849187

Black with #849187

Text Example


Text Example

White with #849187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849187; }

 p { color: rgb(132,145,135); }

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

background-color css

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

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

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

border-color css

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

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

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