Html Css Color HEX #849988 Envy

📋 copy color: '#849988'

red 132 ◦ green 153 ◦ blue 136

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

Shades of Envy #849988

Tints of Envy #849988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

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

R = 31.35%
G = 36.34%
B = 32.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#849988 (or 0x849988) is known color: Envy. HEX triplet: 84, 99 and 88. RGB value is (132,153,136). Sum of RGB (Red+Green+Blue) = 132+153+136=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #849988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849988 is #7B6677. Grayscale: #909090. Windows color (decimal): -8087160 or 8952196. OLE color: 8952196.

HSL color Cylindrical-coordinate representation of color #849988: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849988 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 136 -
CMYK 0.14 0 0.11 0.4
HSL 131.43º 0.09% 0.56% -
HSV(B) 131.43º 0.14% 0.6% -
XYZ 25.35 29.47 27.64 -
YUV 144.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 132 153 136 0.14 0 0.11 0.4 131.43 0.09 0.56
Hex 84 99 88 E 0 B 28 83 9 38
Octal 204 231 210 16 0 13 50 203 11 70
Binary 10000100 10011001 10001000 1110 0 1011 101000 10000011 1001 111000

Color Harmonies of #849988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849988

Black with #849988

Text Example


Text Example

White with #849988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849988; }

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

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

background-color css

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

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

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

border-color css

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

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

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