Html Css Color HEX #8B9C90 Envy

📋 copy color: '#8B9C90'

red 139 ◦ green 156 ◦ blue 144

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

Shades of Envy #8B9C90

Tints of Envy #8B9C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.54%

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

R = 31.66%
G = 35.54%
B = 32.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#8B9C90 (or 0x8B9C90) is known color: Envy. HEX triplet: 8B, 9C and 90. RGB value is (139,156,144). Sum of RGB (Red+Green+Blue) = 139+156+144=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9C90 is #74636F. Grayscale: #959595. Windows color (decimal): -7627632 or 9477259. OLE color: 9477259.

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

Color convert

RGB 139 156 144 -
CMYK 0.11 0 0.08 0.39
HSL 137.65º 0.08% 0.58% -
HSV(B) 137.65º 0.11% 0.61% -
XYZ 27.57 31.28 30.97 -
YUV 149.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 139 156 144 0.11 0 0.08 0.39 137.65 0.08 0.58
Hex 8B 9C 90 B 0 8 27 8A 8 3A
Octal 213 234 220 13 0 10 47 212 10 72
Binary 10001011 10011100 10010000 1011 0 1000 100111 10001010 1000 111010

Color Harmonies of #8B9C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9C90

Black with #8B9C90

Text Example


Text Example

White with #8B9C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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