Html Css Color HEX #899272 Sage

📋 copy color: '#899272'

red 137 ◦ green 146 ◦ blue 114

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

Shades of Sage #899272

Tints of Sage #899272

RGB

 RED value IS 137 (53.91% from 255) = 34.51%

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

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

R = 34.51%
G = 36.78%
B = 28.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#899272 (or 0x899272) is known color: Sage. HEX triplet: 89, 92 and 72. RGB value is (137,146,114). Sum of RGB (Red+Green+Blue) = 137+146+114=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #899272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899272 is #766D8D. Grayscale: #8B8B8B. Windows color (decimal): -7761294 or 7508617. OLE color: 7508617.

HSL color Cylindrical-coordinate representation of color #899272: hue angle of 76.88º 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 #899272 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 114 -
CMYK 0.06 0 0.22 0.43
HSL 76.88º 0.13% 0.51% -
HSV(B) 76.88º 0.22% 0.57% -
XYZ 23.63 27.09 19.9 -
YUV 139.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 137 146 114 0.06 0 0.22 0.43 76.88 0.13 0.51
Hex 89 92 72 6 0 16 2B 4D D 33
Octal 211 222 162 6 0 26 53 115 15 63
Binary 10001001 10010010 1110010 110 0 10110 101011 1001101 1101 110011

Color Harmonies of #899272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899272

Black with #899272

Text Example


Text Example

White with #899272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899272; }

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

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

background-color css

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

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

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

border-color css

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

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

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