Html Css Color HEX #88948A Envy

📋 copy color: '#88948A'

red 136 ◦ green 148 ◦ blue 138

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

Shades of Envy #88948A

Tints of Envy #88948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 32.23%
G = 35.07%
B = 32.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#88948A (or 0x88948A) is known color: Envy. HEX triplet: 88, 94 and 8A. RGB value is (136,148,138). Sum of RGB (Red+Green+Blue) = 136+148+138=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #88948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88948A is #776B75. Grayscale: #8F8F8F. Windows color (decimal): -7826294 or 9081992. OLE color: 9081992.

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

Color convert

RGB 136 148 138 -
CMYK 0.08 0 0.07 0.42
HSL 130º 0.05% 0.56% -
HSV(B) 130º 0.08% 0.58% -
XYZ 25.33 28.25 28.16 -
YUV 143.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 136 148 138 0.08 0 0.07 0.42 130 0.05 0.56
Hex 88 94 8A 8 0 7 2A 82 5 38
Octal 210 224 212 10 0 7 52 202 5 70
Binary 10001000 10010100 10001010 1000 0 111 101010 10000010 101 111000

Color Harmonies of #88948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88948A

Black with #88948A

Text Example


Text Example

White with #88948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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