Html Css Color HEX #8D9B90 Envy

📋 copy color: '#8D9B90'

red 141 ◦ green 155 ◦ blue 144

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

Shades of Envy #8D9B90

Tints of Envy #8D9B90

RGB

 RED value IS 141 (55.47% from 255) = 32.05%

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

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 32.05%
G = 35.23%
B = 32.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#8D9B90 (or 0x8D9B90) is known color: Envy. HEX triplet: 8D, 9B and 90. RGB value is (141,155,144). Sum of RGB (Red+Green+Blue) = 141+155+144=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9B90 is #72646F. Grayscale: #959595. Windows color (decimal): -7496816 or 9477005. OLE color: 9477005.

HSL color Cylindrical-coordinate representation of color #8D9B90: hue angle of 132.86º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D9B90 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 155 144 -
CMYK 0.09 0 0.07 0.39
HSL 132.86º 0.07% 0.58% -
HSV(B) 132.86º 0.09% 0.61% -
XYZ 27.74 31.12 30.93 -
YUV 149.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 141 155 144 0.09 0 0.07 0.39 132.86 0.07 0.58
Hex 8D 9B 90 9 0 7 27 85 7 3A
Octal 215 233 220 11 0 7 47 205 7 72
Binary 10001101 10011011 10010000 1001 0 111 100111 10000101 111 111010

Color Harmonies of #8D9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9B90

Black with #8D9B90

Text Example


Text Example

White with #8D9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9B90; }

 p { color: rgb(141,155,144); }

 H1.HeaderClassName
 {
   color: #8D9B90;
 }
 .AnyTagClassName
 {
   color: #8D9B90;
 }
</style>

background-color css

<style>
 a { background-color: #8D9B90; }

 a { background-color: rgb(141,155,144); }

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

border-color css

<style>
 span { border-color: #8D9B90; }

 span { border-color: rgb(141,155,144); }

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