Html Css Color HEX #8E9586 Delta

📋 copy color: '#8E9586'

red 142 ◦ green 149 ◦ blue 134

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

Shades of Delta #8E9586

Tints of Delta #8E9586

RGB

 RED value IS 142 (55.86% from 255) = 33.41%

 GREEN value IS 149 (58.59% from 255) = 35.06%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 33.41%
G = 35.06%
B = 31.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#8E9586 (or 0x8E9586) is known color: Delta. HEX triplet: 8E, 95 and 86. RGB value is (142,149,134). Sum of RGB (Red+Green+Blue) = 142+149+134=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9586 is #716A79. Grayscale: #919191. Windows color (decimal): -7432826 or 8820110. OLE color: 8820110.

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

Color convert

RGB 142 149 134 -
CMYK 0.05 0 0.10 0.42
HSL 88º 0.07% 0.55% -
HSV(B) 88º 0.1% 0.58% -
XYZ 26.21 28.97 26.76 -
YUV 145.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 142 149 134 0.05 0 0.10 0.42 88 0.07 0.55
Hex 8E 95 86 5 0 A 2A 58 7 37
Octal 216 225 206 5 0 12 52 130 7 67
Binary 10001110 10010101 10000110 101 0 1010 101010 1011000 111 110111

Color Harmonies of #8E9586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9586

Black with #8E9586

Text Example


Text Example

White with #8E9586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,134); }

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

background-color css

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

 a { background-color: rgb(142,149,134); }

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

border-color css

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

 span { border-color: rgb(142,149,134); }

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