Html Css Color HEX #88958B Envy

📋 copy color: '#88958B'

red 136 ◦ green 149 ◦ blue 139

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

Shades of Envy #88958B

Tints of Envy #88958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 32.08%
G = 35.14%
B = 32.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#88958B (or 0x88958B) is known color: Envy. HEX triplet: 88, 95 and 8B. RGB value is (136,149,139). Sum of RGB (Red+Green+Blue) = 136+149+139=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #88958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88958B is #776A74. Grayscale: #8F8F8F. Windows color (decimal): -7826037 or 9147784. OLE color: 9147784.

HSL color Cylindrical-coordinate representation of color #88958B: hue angle of 133.85º 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 #88958B is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 139 -
CMYK 0.09 0 0.07 0.42
HSL 133.85º 0.06% 0.56% -
HSV(B) 133.85º 0.09% 0.58% -
XYZ 25.56 28.59 28.6 -
YUV 143.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 136 149 139 0.09 0 0.07 0.42 133.85 0.06 0.56
Hex 88 95 8B 9 0 7 2A 86 6 38
Octal 210 225 213 11 0 7 52 206 6 70
Binary 10001000 10010101 10001011 1001 0 111 101010 10000110 110 111000

Color Harmonies of #88958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88958B

Black with #88958B

Text Example


Text Example

White with #88958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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