Html Css Color HEX #88948B Envy

📋 copy color: '#88948B'

red 136 ◦ green 148 ◦ blue 139

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

Shades of Envy #88948B

Tints of Envy #88948B

RGB

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

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

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

R = 32.15%
G = 34.99%
B = 32.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#88948B (or 0x88948B) is known color: Envy. HEX triplet: 88, 94 and 8B. RGB value is (136,148,139). Sum of RGB (Red+Green+Blue) = 136+148+139=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #88948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88948B is #776B74. Grayscale: #8F8F8F. Windows color (decimal): -7826293 or 9147528. OLE color: 9147528.

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

Color convert

RGB 136 148 139 -
CMYK 0.08 0 0.06 0.42
HSL 135º 0.05% 0.56% -
HSV(B) 135º 0.08% 0.58% -
XYZ 25.4 28.28 28.55 -
YUV 143.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 136 148 139 0.08 0 0.06 0.42 135 0.05 0.56
Hex 88 94 8B 8 0 6 2A 87 5 38
Octal 210 224 213 10 0 6 52 207 5 70
Binary 10001000 10010100 10001011 1000 0 110 101010 10000111 101 111000

Color Harmonies of #88948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88948B

Black with #88948B

Text Example


Text Example

White with #88948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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