Html Css Color HEX #8C9B90 Envy

📋 copy color: '#8C9B90'

red 140 ◦ green 155 ◦ blue 144

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

Shades of Envy #8C9B90

Tints of Envy #8C9B90

RGB

 RED value IS 140 (55.08% from 255) = 31.89%

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

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

R = 31.89%
G = 35.31%
B = 32.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#8C9B90 (or 0x8C9B90) is known color: Envy. HEX triplet: 8C, 9B and 90. RGB value is (140,155,144). Sum of RGB (Red+Green+Blue) = 140+155+144=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9B90 is #73646F. Grayscale: #959595. Windows color (decimal): -7562352 or 9477004. OLE color: 9477004.

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

Color convert

RGB 140 155 144 -
CMYK 0.10 0 0.07 0.39
HSL 136º 0.07% 0.58% -
HSV(B) 136º 0.1% 0.61% -
XYZ 27.57 31.03 30.92 -
YUV 149.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 140 155 144 0.10 0 0.07 0.39 136 0.07 0.58
Hex 8C 9B 90 A 0 7 27 88 7 3A
Octal 214 233 220 12 0 7 47 210 7 72
Binary 10001100 10011011 10010000 1010 0 111 100111 10001000 111 111010

Color Harmonies of #8C9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9B90

Black with #8C9B90

Text Example


Text Example

White with #8C9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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