Html Css Color HEX #889473 Sage

📋 copy color: '#889473'

red 136 ◦ green 148 ◦ blue 115

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

Shades of Sage #889473

Tints of Sage #889473

RGB

 RED value IS 136 (53.52% from 255) = 34.09%

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

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 34.09%
G = 37.09%
B = 28.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#889473 (or 0x889473) is known color: Sage. HEX triplet: 88, 94 and 73. RGB value is (136,148,115). Sum of RGB (Red+Green+Blue) = 136+148+115=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #889473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889473 is #776B8C. Grayscale: #8C8C8C. Windows color (decimal): -7826317 or 7574664. OLE color: 7574664.

HSL color Cylindrical-coordinate representation of color #889473: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889473 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 115 -
CMYK 0.08 0 0.22 0.42
HSL 81.82º 0.13% 0.52% -
HSV(B) 81.82º 0.22% 0.58% -
XYZ 23.84 27.65 20.3 -
YUV 140.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 136 148 115 0.08 0 0.22 0.42 81.82 0.13 0.52
Hex 88 94 73 8 0 16 2A 52 D 34
Octal 210 224 163 10 0 26 52 122 15 64
Binary 10001000 10010100 1110011 1000 0 10110 101010 1010010 1101 110100

Color Harmonies of #889473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889473

Black with #889473

Text Example


Text Example

White with #889473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889473; }

 p { color: rgb(136,148,115); }

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

background-color css

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

 a { background-color: rgb(136,148,115); }

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

border-color css

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

 span { border-color: rgb(136,148,115); }

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