Html Css Color HEX #889474 Sage

📋 copy color: '#889474'

red 136 ◦ green 148 ◦ blue 116

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

Shades of Sage #889474

Tints of Sage #889474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29%

R = 34%
G = 37%
B = 29%

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

#889474 (or 0x889474) is known color: Sage. HEX triplet: 88, 94 and 74. RGB value is (136,148,116). Sum of RGB (Red+Green+Blue) = 136+148+116=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #889474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889474 is #776B8B. Grayscale: #8C8C8C. Windows color (decimal): -7826316 or 7640200. OLE color: 7640200.

HSL color Cylindrical-coordinate representation of color #889474: hue angle of 82.5º 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 #889474 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 116 -
CMYK 0.08 0 0.22 0.42
HSL 82.5º 0.13% 0.52% -
HSV(B) 82.5º 0.22% 0.58% -
XYZ 23.9 27.68 20.61 -
YUV 140.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 136 148 116 0.08 0 0.22 0.42 82.5 0.13 0.52
Hex 88 94 74 8 0 16 2A 52 D 34
Octal 210 224 164 10 0 26 52 122 15 64
Binary 10001000 10010100 1110100 1000 0 10110 101010 1010010 1101 110100

Color Harmonies of #889474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889474

Black with #889474

Text Example


Text Example

White with #889474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889474; }

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

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

background-color css

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

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

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

border-color css

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

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

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