Html Css Color HEX #899278 Sage

📋 copy color: '#899278'

red 137 ◦ green 146 ◦ blue 120

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

Shades of Sage #899278

Tints of Sage #899278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.78%

R = 34%
G = 36.23%
B = 29.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#899278 (or 0x899278) is known color: Sage. HEX triplet: 89, 92 and 78. RGB value is (137,146,120). Sum of RGB (Red+Green+Blue) = 137+146+120=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #899278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899278 is #766D87. Grayscale: #8C8C8C. Windows color (decimal): -7761288 or 7901833. OLE color: 7901833.

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

Color convert

RGB 137 146 120 -
CMYK 0.06 0 0.18 0.43
HSL 80.77º 0.11% 0.52% -
HSV(B) 80.77º 0.18% 0.57% -
XYZ 23.99 27.23 21.76 -
YUV 140.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 137 146 120 0.06 0 0.18 0.43 80.77 0.11 0.52
Hex 89 92 78 6 0 12 2B 51 B 34
Octal 211 222 170 6 0 22 53 121 13 64
Binary 10001001 10010010 1111000 110 0 10010 101011 1010001 1011 110100

Color Harmonies of #899278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899278

Black with #899278

Text Example


Text Example

White with #899278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899278; }

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

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

background-color css

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

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

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

border-color css

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

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

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