Html Css Color HEX #889B8A Envy

📋 copy color: '#889B8A'

red 136 ◦ green 155 ◦ blue 138

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

Shades of Envy #889B8A

Tints of Envy #889B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 31.7%
G = 36.13%
B = 32.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#889B8A (or 0x889B8A) is known color: Envy. HEX triplet: 88, 9B and 8A. RGB value is (136,155,138). Sum of RGB (Red+Green+Blue) = 136+155+138=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #889B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B8A is #776475. Grayscale: #939393. Windows color (decimal): -7824502 or 9083784. OLE color: 9083784.

HSL color Cylindrical-coordinate representation of color #889B8A: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889B8A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 155 138 -
CMYK 0.12 0 0.11 0.39
HSL 126.32º 0.09% 0.57% -
HSV(B) 126.32º 0.12% 0.61% -
XYZ 26.46 30.51 28.54 -
YUV 147.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 136 155 138 0.12 0 0.11 0.39 126.32 0.09 0.57
Hex 88 9B 8A C 0 B 27 7E 9 39
Octal 210 233 212 14 0 13 47 176 11 71
Binary 10001000 10011011 10001010 1100 0 1011 100111 1111110 1001 111001

Color Harmonies of #889B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B8A

Black with #889B8A

Text Example


Text Example

White with #889B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889B8A; }

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

 H1.HeaderClassName
 {
   color: #889B8A;
 }
 .AnyTagClassName
 {
   color: #889B8A;
 }
</style>

background-color css

<style>
 a { background-color: #889B8A; }

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

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

border-color css

<style>
 span { border-color: #889B8A; }

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

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