Html Css Color HEX #849683 Stack

📋 copy color: '#849683'

red 132 ◦ green 150 ◦ blue 131

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

Shades of Stack #849683

Tints of Stack #849683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

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

R = 31.96%
G = 36.32%
B = 31.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#849683 (or 0x849683) is known color: Stack. HEX triplet: 84, 96 and 83. RGB value is (132,150,131). Sum of RGB (Red+Green+Blue) = 132+150+131=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #849683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849683 is #7B697C. Grayscale: #8E8E8E. Windows color (decimal): -8087933 or 8623748. OLE color: 8623748.

HSL color Cylindrical-coordinate representation of color #849683: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849683 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 131 -
CMYK 0.12 0 0.13 0.41
HSL 116.84º 0.08% 0.55% -
HSV(B) 116.84º 0.13% 0.59% -
XYZ 24.52 28.36 25.65 -
YUV 142.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 132 150 131 0.12 0 0.13 0.41 116.84 0.08 0.55
Hex 84 96 83 C 0 D 29 75 8 37
Octal 204 226 203 14 0 15 51 165 10 67
Binary 10000100 10010110 10000011 1100 0 1101 101001 1110101 1000 110111

Color Harmonies of #849683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849683

Black with #849683

Text Example


Text Example

White with #849683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849683; }

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

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

background-color css

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

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

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

border-color css

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

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

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