Html Css Color HEX #889472 Sage

📋 copy color: '#889472'

red 136 ◦ green 148 ◦ blue 114

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

Shades of Sage #889472

Tints of Sage #889472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 34.17%
G = 37.19%
B = 28.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#889472 (or 0x889472) is known color: Sage. HEX triplet: 88, 94 and 72. RGB value is (136,148,114). Sum of RGB (Red+Green+Blue) = 136+148+114=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #889472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889472 is #776B8D. Grayscale: #8C8C8C. Windows color (decimal): -7826318 or 7509128. OLE color: 7509128.

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

Color convert

RGB 136 148 114 -
CMYK 0.08 0 0.23 0.42
HSL 81.18º 0.14% 0.51% -
HSV(B) 81.18º 0.23% 0.58% -
XYZ 23.78 27.63 20 -
YUV 140.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 136 148 114 0.08 0 0.23 0.42 81.18 0.14 0.51
Hex 88 94 72 8 0 17 2A 51 E 33
Octal 210 224 162 10 0 27 52 121 16 63
Binary 10001000 10010100 1110010 1000 0 10111 101010 1010001 1110 110011

Color Harmonies of #889472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889472

Black with #889472

Text Example


Text Example

White with #889472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889472; }

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

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

background-color css

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

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

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

border-color css

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

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

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