Html Css Color HEX #8E9982 Delta

📋 copy color: '#8E9982'

red 142 ◦ green 153 ◦ blue 130

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

Shades of Delta #8E9982

Tints of Delta #8E9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 33.41%
G = 36%
B = 30.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#8E9982 (or 0x8E9982) is known color: Delta. HEX triplet: 8E, 99 and 82. RGB value is (142,153,130). Sum of RGB (Red+Green+Blue) = 142+153+130=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9982 is #71667D. Grayscale: #939393. Windows color (decimal): -7431806 or 8558990. OLE color: 8558990.

HSL color Cylindrical-coordinate representation of color #8E9982: hue angle of 88.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E9982 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 153 130 -
CMYK 0.07 0 0.15 0.4
HSL 88.7º 0.1% 0.55% -
HSV(B) 88.7º 0.15% 0.6% -
XYZ 26.58 30.14 25.54 -
YUV 147.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 142 153 130 0.07 0 0.15 0.4 88.7 0.1 0.55
Hex 8E 99 82 7 0 F 28 59 A 37
Octal 216 231 202 7 0 17 50 131 12 67
Binary 10001110 10011001 10000010 111 0 1111 101000 1011001 1010 110111

Color Harmonies of #8E9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9982

Black with #8E9982

Text Example


Text Example

White with #8E9982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,153,130); }

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

background-color css

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

 a { background-color: rgb(142,153,130); }

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

border-color css

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

 span { border-color: rgb(142,153,130); }

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