Html Css Color HEX #8D9184 Sage

📋 copy color: '#8D9184'

red 141 ◦ green 145 ◦ blue 132

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

Shades of Sage #8D9184

Tints of Sage #8D9184

RGB

 RED value IS 141 (55.47% from 255) = 33.73%

 GREEN value IS 145 (57.03% from 255) = 34.69%

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

R = 33.73%
G = 34.69%
B = 31.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#8D9184 (or 0x8D9184) is known color: Sage. HEX triplet: 8D, 91 and 84. RGB value is (141,145,132). Sum of RGB (Red+Green+Blue) = 141+145+132=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9184 is #726E7B. Grayscale: #8E8E8E. Windows color (decimal): -7499388 or 8688013. OLE color: 8688013.

HSL color Cylindrical-coordinate representation of color #8D9184: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D9184 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 145 132 -
CMYK 0.03 0 0.09 0.43
HSL 78.46º 0.06% 0.54% -
HSV(B) 78.46º 0.09% 0.57% -
XYZ 25.27 27.58 25.82 -
YUV 142.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 141 145 132 0.03 0 0.09 0.43 78.46 0.06 0.54
Hex 8D 91 84 3 0 9 2B 4E 6 36
Octal 215 221 204 3 0 11 53 116 6 66
Binary 10001101 10010001 10000100 11 0 1001 101011 1001110 110 110110

Color Harmonies of #8D9184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9184

Black with #8D9184

Text Example


Text Example

White with #8D9184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,145,132); }

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

background-color css

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

 a { background-color: rgb(141,145,132); }

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

border-color css

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

 span { border-color: rgb(141,145,132); }

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