Html Css Color HEX #88938A Envy

📋 copy color: '#88938A'

red 136 ◦ green 147 ◦ blue 138

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

Shades of Envy #88938A

Tints of Envy #88938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.92%

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

R = 32.3%
G = 34.92%
B = 32.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#88938A (or 0x88938A) is known color: Envy. HEX triplet: 88, 93 and 8A. RGB value is (136,147,138). Sum of RGB (Red+Green+Blue) = 136+147+138=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #88938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88938A is #776C75. Grayscale: #8E8E8E. Windows color (decimal): -7826550 or 9081736. OLE color: 9081736.

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

Color convert

RGB 136 147 138 -
CMYK 0.07 0 0.06 0.42
HSL 130.91º 0.05% 0.55% -
HSV(B) 130.91º 0.07% 0.58% -
XYZ 25.17 27.94 28.11 -
YUV 142.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 136 147 138 0.07 0 0.06 0.42 130.91 0.05 0.55
Hex 88 93 8A 7 0 6 2A 83 5 37
Octal 210 223 212 7 0 6 52 203 5 67
Binary 10001000 10010011 10001010 111 0 110 101010 10000011 101 110111

Color Harmonies of #88938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88938A

Black with #88938A

Text Example


Text Example

White with #88938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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