Html Css Color HEX #8E9584 Delta

📋 copy color: '#8E9584'

red 142 ◦ green 149 ◦ blue 132

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

Shades of Delta #8E9584

Tints of Delta #8E9584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 33.57%
G = 35.22%
B = 31.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#8E9584 (or 0x8E9584) is known color: Delta. HEX triplet: 8E, 95 and 84. RGB value is (142,149,132). Sum of RGB (Red+Green+Blue) = 142+149+132=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9584 is #716A7B. Grayscale: #919191. Windows color (decimal): -7432828 or 8689038. OLE color: 8689038.

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

Color convert

RGB 142 149 132 -
CMYK 0.05 0 0.11 0.42
HSL 84.71º 0.07% 0.55% -
HSV(B) 84.71º 0.11% 0.58% -
XYZ 26.07 28.91 26.04 -
YUV 144.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 142 149 132 0.05 0 0.11 0.42 84.71 0.07 0.55
Hex 8E 95 84 5 0 B 2A 55 7 37
Octal 216 225 204 5 0 13 52 125 7 67
Binary 10001110 10010101 10000100 101 0 1011 101010 1010101 111 110111

Color Harmonies of #8E9584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9584

Black with #8E9584

Text Example


Text Example

White with #8E9584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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