Html Css Color HEX #8B9A90 Envy

📋 copy color: '#8B9A90'

red 139 ◦ green 154 ◦ blue 144

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

Shades of Envy #8B9A90

Tints of Envy #8B9A90

RGB

 RED value IS 139 (54.69% from 255) = 31.81%

 GREEN value IS 154 (60.55% from 255) = 35.24%

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

R = 31.81%
G = 35.24%
B = 32.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#8B9A90 (or 0x8B9A90) is known color: Envy. HEX triplet: 8B, 9A and 90. RGB value is (139,154,144). Sum of RGB (Red+Green+Blue) = 139+154+144=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9A90 is #74656F. Grayscale: #949494. Windows color (decimal): -7628144 or 9476747. OLE color: 9476747.

HSL color Cylindrical-coordinate representation of color #8B9A90: hue angle of 140º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B9A90 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 154 144 -
CMYK 0.10 0 0.06 0.40
HSL 140º 0.07% 0.57% -
HSV(B) 140º 0.1% 0.6% -
XYZ 27.24 30.61 30.86 -
YUV 148.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 139 154 144 0.10 0 0.06 0.40 140 0.07 0.57
Hex 8B 9A 90 A 0 6 28 8C 7 39
Octal 213 232 220 12 0 6 50 214 7 71
Binary 10001011 10011010 10010000 1010 0 110 101000 10001100 111 111001

Color Harmonies of #8B9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9A90

Black with #8B9A90

Text Example


Text Example

White with #8B9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,154,144); }

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

background-color css

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

 a { background-color: rgb(139,154,144); }

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

border-color css

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

 span { border-color: rgb(139,154,144); }

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