Html Css Color HEX #8E9482 Sage

📋 copy color: '#8E9482'

red 142 ◦ green 148 ◦ blue 130

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

Shades of Sage #8E9482

Tints of Sage #8E9482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 33.81%
G = 35.24%
B = 30.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#8E9482 (or 0x8E9482) is known color: Sage. HEX triplet: 8E, 94 and 82. RGB value is (142,148,130). Sum of RGB (Red+Green+Blue) = 142+148+130=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9482 is #716B7D. Grayscale: #909090. Windows color (decimal): -7433086 or 8557710. OLE color: 8557710.

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

Color convert

RGB 142 148 130 -
CMYK 0.04 0 0.12 0.42
HSL 80º 0.08% 0.55% -
HSV(B) 80º 0.12% 0.58% -
XYZ 25.77 28.54 25.27 -
YUV 144.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 142 148 130 0.04 0 0.12 0.42 80 0.08 0.55
Hex 8E 94 82 4 0 C 2A 50 8 37
Octal 216 224 202 4 0 14 52 120 10 67
Binary 10001110 10010100 10000010 100 0 1100 101010 1010000 1000 110111

Color Harmonies of #8E9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9482

Black with #8E9482

Text Example


Text Example

White with #8E9482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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