Html Css Color HEX #849C8A Envy

📋 copy color: '#849C8A'

red 132 ◦ green 156 ◦ blue 138

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

Shades of Envy #849C8A

Tints of Envy #849C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 30.99%
G = 36.62%
B = 32.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#849C8A (or 0x849C8A) is known color: Envy. HEX triplet: 84, 9C and 8A. RGB value is (132,156,138). Sum of RGB (Red+Green+Blue) = 132+156+138=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #849C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849C8A is #7B6375. Grayscale: #929292. Windows color (decimal): -8086390 or 9084036. OLE color: 9084036.

HSL color Cylindrical-coordinate representation of color #849C8A: hue angle of 135º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849C8A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 156 138 -
CMYK 0.15 0 0.12 0.39
HSL 135º 0.11% 0.56% -
HSV(B) 135º 0.15% 0.61% -
XYZ 25.99 30.52 28.57 -
YUV 146.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 132 156 138 0.15 0 0.12 0.39 135 0.11 0.56
Hex 84 9C 8A F 0 C 27 87 B 38
Octal 204 234 212 17 0 14 47 207 13 70
Binary 10000100 10011100 10001010 1111 0 1100 100111 10000111 1011 111000

Color Harmonies of #849C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C8A

Black with #849C8A

Text Example


Text Example

White with #849C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,156,138); }

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

background-color css

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

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

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

border-color css

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

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

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