Html Css Color HEX #88958C Envy

📋 copy color: '#88958C'

red 136 ◦ green 149 ◦ blue 140

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

Shades of Envy #88958C

Tints of Envy #88958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 32%
G = 35.06%
B = 32.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#88958C (or 0x88958C) is known color: Envy. HEX triplet: 88, 95 and 8C. RGB value is (136,149,140). Sum of RGB (Red+Green+Blue) = 136+149+140=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #88958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88958C is #776A73. Grayscale: #909090. Windows color (decimal): -7826036 or 9213320. OLE color: 9213320.

HSL color Cylindrical-coordinate representation of color #88958C: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88958C is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 140 -
CMYK 0.09 0 0.06 0.42
HSL 138.46º 0.06% 0.56% -
HSV(B) 138.46º 0.09% 0.58% -
XYZ 25.63 28.62 28.98 -
YUV 144.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 136 149 140 0.09 0 0.06 0.42 138.46 0.06 0.56
Hex 88 95 8C 9 0 6 2A 8A 6 38
Octal 210 225 214 11 0 6 52 212 6 70
Binary 10001000 10010101 10001100 1001 0 110 101010 10001010 110 111000

Color Harmonies of #88958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88958C

Black with #88958C

Text Example


Text Example

White with #88958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88958C; }

 p { color: rgb(136,149,140); }

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

background-color css

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

 a { background-color: rgb(136,149,140); }

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

border-color css

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

 span { border-color: rgb(136,149,140); }

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