Html Css Color HEX #8E9388 Delta

📋 copy color: '#8E9388'

red 142 ◦ green 147 ◦ blue 136

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

Shades of Delta #8E9388

Tints of Delta #8E9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 33.41%
G = 34.59%
B = 32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#8E9388 (or 0x8E9388) is known color: Delta. HEX triplet: 8E, 93 and 88. RGB value is (142,147,136). Sum of RGB (Red+Green+Blue) = 142+147+136=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9388 is #716C77. Grayscale: #909090. Windows color (decimal): -7433336 or 8950670. OLE color: 8950670.

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

Color convert

RGB 142 147 136 -
CMYK 0.03 0 0.07 0.42
HSL 87.27º 0.05% 0.55% -
HSV(B) 87.27º 0.07% 0.58% -
XYZ 26.03 28.4 27.4 -
YUV 144.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 142 147 136 0.03 0 0.07 0.42 87.27 0.05 0.55
Hex 8E 93 88 3 0 7 2A 57 5 37
Octal 216 223 210 3 0 7 52 127 5 67
Binary 10001110 10010011 10001000 11 0 111 101010 1010111 101 110111

Color Harmonies of #8E9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9388

Black with #8E9388

Text Example


Text Example

White with #8E9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,147,136); }

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

background-color css

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

 a { background-color: rgb(142,147,136); }

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

border-color css

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

 span { border-color: rgb(142,147,136); }

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