Html Css Color HEX #88928A Envy

📋 copy color: '#88928A'

red 136 ◦ green 146 ◦ blue 138

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

Shades of Envy #88928A

Tints of Envy #88928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 32.38%
G = 34.76%
B = 32.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#88928A (or 0x88928A) is known color: Envy. HEX triplet: 88, 92 and 8A. RGB value is (136,146,138). Sum of RGB (Red+Green+Blue) = 136+146+138=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 146 - color contains mainly: green. Hex color #88928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88928A is #776D75. Grayscale: #8E8E8E. Windows color (decimal): -7826806 or 9081480. OLE color: 9081480.

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

Color convert

RGB 136 146 138 -
CMYK 0.07 0 0.05 0.43
HSL 132º 0.04% 0.55% -
HSV(B) 132º 0.07% 0.57% -
XYZ 25.02 27.63 28.06 -
YUV 142.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 136 146 138 0.07 0 0.05 0.43 132 0.04 0.55
Hex 88 92 8A 7 0 5 2B 84 4 37
Octal 210 222 212 7 0 5 53 204 4 67
Binary 10001000 10010010 10001010 111 0 101 101011 10000100 100 110111

Color Harmonies of #88928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88928A

Black with #88928A

Text Example


Text Example

White with #88928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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