Html Css Color HEX #889274 Sage

📋 copy color: '#889274'

red 136 ◦ green 146 ◦ blue 116

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

Shades of Sage #889274

Tints of Sage #889274

RGB

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

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

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

R = 34.17%
G = 36.68%
B = 29.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#889274 (or 0x889274) is known color: Sage. HEX triplet: 88, 92 and 74. RGB value is (136,146,116). Sum of RGB (Red+Green+Blue) = 136+146+116=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #889274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889274 is #776D8B. Grayscale: #8B8B8B. Windows color (decimal): -7826828 or 7639688. OLE color: 7639688.

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

Color convert

RGB 136 146 116 -
CMYK 0.07 0 0.21 0.43
HSL 80º 0.12% 0.51% -
HSV(B) 80º 0.21% 0.57% -
XYZ 23.58 27.05 20.5 -
YUV 139.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 136 146 116 0.07 0 0.21 0.43 80 0.12 0.51
Hex 88 92 74 7 0 15 2B 50 C 33
Octal 210 222 164 7 0 25 53 120 14 63
Binary 10001000 10010010 1110100 111 0 10101 101011 1010000 1100 110011

Color Harmonies of #889274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889274

Black with #889274

Text Example


Text Example

White with #889274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889274; }

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

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

background-color css

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

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

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

border-color css

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

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

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