Html Css Color HEX #889174 Sage

📋 copy color: '#889174'

red 136 ◦ green 145 ◦ blue 116

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

Shades of Sage #889174

Tints of Sage #889174

RGB

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

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

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

R = 34.26%
G = 36.52%
B = 29.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#889174 (or 0x889174) is known color: Sage. HEX triplet: 88, 91 and 74. RGB value is (136,145,116). Sum of RGB (Red+Green+Blue) = 136+145+116=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #889174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889174 is #776E8B. Grayscale: #8B8B8B. Windows color (decimal): -7827084 or 7639432. OLE color: 7639432.

HSL color Cylindrical-coordinate representation of color #889174: hue angle of 78.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #889174 is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 116 -
CMYK 0.06 0 0.2 0.43
HSL 78.62º 0.12% 0.51% -
HSV(B) 78.62º 0.2% 0.57% -
XYZ 23.43 26.75 20.45 -
YUV 139 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 136 145 116 0.06 0 0.2 0.43 78.62 0.12 0.51
Hex 88 91 74 6 0 14 2B 4F C 33
Octal 210 221 164 6 0 24 53 117 14 63
Binary 10001000 10010001 1110100 110 0 10100 101011 1001111 1100 110011

Color Harmonies of #889174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889174

Black with #889174

Text Example


Text Example

White with #889174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889174; }

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

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

background-color css

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

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

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

border-color css

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

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

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