Html Css Color HEX #889272 Sage

📋 copy color: '#889272'

red 136 ◦ green 146 ◦ blue 114

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

Shades of Sage #889272

Tints of Sage #889272

RGB

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

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

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

R = 34.34%
G = 36.87%
B = 28.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#889272 (or 0x889272) is known color: Sage. HEX triplet: 88, 92 and 72. RGB value is (136,146,114). Sum of RGB (Red+Green+Blue) = 136+146+114=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #889272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889272 is #776D8D. Grayscale: #8B8B8B. Windows color (decimal): -7826830 or 7508616. OLE color: 7508616.

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

Color convert

RGB 136 146 114 -
CMYK 0.07 0 0.22 0.43
HSL 78.75º 0.13% 0.51% -
HSV(B) 78.75º 0.22% 0.57% -
XYZ 23.47 27.01 19.9 -
YUV 139.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 136 146 114 0.07 0 0.22 0.43 78.75 0.13 0.51
Hex 88 92 72 7 0 16 2B 4F D 33
Octal 210 222 162 7 0 26 53 117 15 63
Binary 10001000 10010010 1110010 111 0 10110 101011 1001111 1101 110011

Color Harmonies of #889272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889272

Black with #889272

Text Example


Text Example

White with #889272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889272; }

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

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

background-color css

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

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

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

border-color css

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

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

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