Html Css Color HEX #849488 Envy

📋 copy color: '#849488'

red 132 ◦ green 148 ◦ blue 136

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

Shades of Envy #849488

Tints of Envy #849488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 31.73%
G = 35.58%
B = 32.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#849488 (or 0x849488) is known color: Envy. HEX triplet: 84, 94 and 88. RGB value is (132,148,136). Sum of RGB (Red+Green+Blue) = 132+148+136=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #849488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849488 is #7B6B77. Grayscale: #8D8D8D. Windows color (decimal): -8088440 or 8950916. OLE color: 8950916.

HSL color Cylindrical-coordinate representation of color #849488: hue angle of 135º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849488 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 136 -
CMYK 0.11 0 0.08 0.42
HSL 135º 0.07% 0.55% -
HSV(B) 135º 0.11% 0.58% -
XYZ 24.55 27.86 27.38 -
YUV 141.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 132 148 136 0.11 0 0.08 0.42 135 0.07 0.55
Hex 84 94 88 B 0 8 2A 87 7 37
Octal 204 224 210 13 0 10 52 207 7 67
Binary 10000100 10010100 10001000 1011 0 1000 101010 10000111 111 110111

Color Harmonies of #849488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849488

Black with #849488

Text Example


Text Example

White with #849488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849488; }

 p { color: rgb(132,148,136); }

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

background-color css

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

 a { background-color: rgb(132,148,136); }

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

border-color css

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

 span { border-color: rgb(132,148,136); }

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