Html Css Color HEX #849A83 Stack

📋 copy color: '#849A83'

red 132 ◦ green 154 ◦ blue 131

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

Shades of Stack #849A83

Tints of Stack #849A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 31.65%
G = 36.93%
B = 31.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#849A83 (or 0x849A83) is known color: Stack. HEX triplet: 84, 9A and 83. RGB value is (132,154,131). Sum of RGB (Red+Green+Blue) = 132+154+131=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #849A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849A83 is #7B657C. Grayscale: #909090. Windows color (decimal): -8086909 or 8624772. OLE color: 8624772.

HSL color Cylindrical-coordinate representation of color #849A83: hue angle of 117.39º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849A83 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 154 131 -
CMYK 0.14 0 0.15 0.40
HSL 117.39º 0.1% 0.56% -
HSV(B) 117.39º 0.15% 0.6% -
XYZ 25.17 29.66 25.87 -
YUV 144.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 132 154 131 0.14 0 0.15 0.40 117.39 0.1 0.56
Hex 84 9A 83 E 0 F 28 75 A 38
Octal 204 232 203 16 0 17 50 165 12 70
Binary 10000100 10011010 10000011 1110 0 1111 101000 1110101 1010 111000

Color Harmonies of #849A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849A83

Black with #849A83

Text Example


Text Example

White with #849A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849A83; }

 p { color: rgb(132,154,131); }

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

background-color css

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

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

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

border-color css

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

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

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