Html Css Color HEX #849D88 Envy

📋 copy color: '#849D88'

red 132 ◦ green 157 ◦ blue 136

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

Shades of Envy #849D88

Tints of Envy #849D88

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.94%

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

R = 31.06%
G = 36.94%
B = 32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#849D88 (or 0x849D88) is known color: Envy. HEX triplet: 84, 9D and 88. RGB value is (132,157,136). Sum of RGB (Red+Green+Blue) = 132+157+136=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #849D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D88 is #7B6277. Grayscale: #939393. Windows color (decimal): -8086136 or 8953220. OLE color: 8953220.

HSL color Cylindrical-coordinate representation of color #849D88: hue angle of 129.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D88 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 157 136 -
CMYK 0.16 0 0.13 0.38
HSL 129.6º 0.11% 0.57% -
HSV(B) 129.6º 0.16% 0.62% -
XYZ 26.02 30.8 27.87 -
YUV 147.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 132 157 136 0.16 0 0.13 0.38 129.6 0.11 0.57
Hex 84 9D 88 10 0 D 26 82 B 39
Octal 204 235 210 20 0 15 46 202 13 71
Binary 10000100 10011101 10001000 10000 0 1101 100110 10000010 1011 111001

Color Harmonies of #849D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849D88

Black with #849D88

Text Example


Text Example

White with #849D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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