Html Css Color HEX #889271 Sage

📋 copy color: '#889271'

red 136 ◦ green 146 ◦ blue 113

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

Shades of Sage #889271

Tints of Sage #889271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 34.43%
G = 36.96%
B = 28.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#889271 (or 0x889271) is known color: Sage. HEX triplet: 88, 92 and 71. RGB value is (136,146,113). Sum of RGB (Red+Green+Blue) = 136+146+113=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #889271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889271 is #776D8E. Grayscale: #8B8B8B. Windows color (decimal): -7826831 or 7443080. OLE color: 7443080.

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

Color convert

RGB 136 146 113 -
CMYK 0.07 0 0.23 0.43
HSL 78.18º 0.13% 0.51% -
HSV(B) 78.18º 0.23% 0.57% -
XYZ 23.41 26.98 19.6 -
YUV 139.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 136 146 113 0.07 0 0.23 0.43 78.18 0.13 0.51
Hex 88 92 71 7 0 17 2B 4E D 33
Octal 210 222 161 7 0 27 53 116 15 63
Binary 10001000 10010010 1110001 111 0 10111 101011 1001110 1101 110011

Color Harmonies of #889271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889271

Black with #889271

Text Example


Text Example

White with #889271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889271; }

 p { color: rgb(136,146,113); }

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

background-color css

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

 a { background-color: rgb(136,146,113); }

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

border-color css

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

 span { border-color: rgb(136,146,113); }

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