Html Css Color HEX #889470 Sage

📋 copy color: '#889470'

red 136 ◦ green 148 ◦ blue 112

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

Shades of Sage #889470

Tints of Sage #889470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 34.34%
G = 37.37%
B = 28.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#889470 (or 0x889470) is known color: Sage. HEX triplet: 88, 94 and 70. RGB value is (136,148,112). Sum of RGB (Red+Green+Blue) = 136+148+112=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #889470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889470 is #776B8F. Grayscale: #8C8C8C. Windows color (decimal): -7826320 or 7378056. OLE color: 7378056.

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

Color convert

RGB 136 148 112 -
CMYK 0.08 0 0.24 0.42
HSL 80º 0.14% 0.51% -
HSV(B) 80º 0.24% 0.58% -
XYZ 23.67 27.58 19.41 -
YUV 140.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 136 148 112 0.08 0 0.24 0.42 80 0.14 0.51
Hex 88 94 70 8 0 18 2A 50 E 33
Octal 210 224 160 10 0 30 52 120 16 63
Binary 10001000 10010100 1110000 1000 0 11000 101010 1010000 1110 110011

Color Harmonies of #889470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889470

Black with #889470

Text Example


Text Example

White with #889470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889470; }

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

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

background-color css

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

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

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

border-color css

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

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

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