Html Css Color HEX #8E9C80 Delta

📋 copy color: '#8E9C80'

red 142 ◦ green 156 ◦ blue 128

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

Shades of Delta #8E9C80

Tints of Delta #8E9C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 33.33%
G = 36.62%
B = 30.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#8E9C80 (or 0x8E9C80) is known color: Delta. HEX triplet: 8E, 9C and 80. RGB value is (142,156,128). Sum of RGB (Red+Green+Blue) = 142+156+128=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9C80 is #71637F. Grayscale: #949494. Windows color (decimal): -7431040 or 8428686. OLE color: 8428686.

HSL color Cylindrical-coordinate representation of color #8E9C80: hue angle of 90º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E9C80 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 156 128 -
CMYK 0.09 0 0.18 0.39
HSL 90º 0.12% 0.56% -
HSV(B) 90º 0.18% 0.61% -
XYZ 26.94 31.09 25 -
YUV 148.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 142 156 128 0.09 0 0.18 0.39 90 0.12 0.56
Hex 8E 9C 80 9 0 12 27 5A C 38
Octal 216 234 200 11 0 22 47 132 14 70
Binary 10001110 10011100 10000000 1001 0 10010 100111 1011010 1100 111000

Color Harmonies of #8E9C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9C80

Black with #8E9C80

Text Example


Text Example

White with #8E9C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,156,128); }

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

background-color css

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

 a { background-color: rgb(142,156,128); }

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

border-color css

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

 span { border-color: rgb(142,156,128); }

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