Html Css Color HEX #899489 Stack

📋 copy color: '#899489'

red 137 ◦ green 148 ◦ blue 137

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

Shades of Stack #899489

Tints of Stack #899489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

 BLUE value IS 137 (53.91% from 255) = 32.46%

R = 32.46%
G = 35.07%
B = 32.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#899489 (or 0x899489) is known color: Stack. HEX triplet: 89, 94 and 89. RGB value is (137,148,137). Sum of RGB (Red+Green+Blue) = 137+148+137=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #899489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899489 is #766B76. Grayscale: #8F8F8F. Windows color (decimal): -7760759 or 9016457. OLE color: 9016457.

HSL color Cylindrical-coordinate representation of color #899489: hue angle of 120º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899489 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 137 -
CMYK 0.07 0 0.07 0.42
HSL 120º 0.05% 0.56% -
HSV(B) 120º 0.07% 0.58% -
XYZ 25.42 28.3 27.79 -
YUV 143.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 137 148 137 0.07 0 0.07 0.42 120 0.05 0.56
Hex 89 94 89 7 0 7 2A 78 5 38
Octal 211 224 211 7 0 7 52 170 5 70
Binary 10001001 10010100 10001001 111 0 111 101010 1111000 101 111000

Color Harmonies of #899489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899489

Black with #899489

Text Example


Text Example

White with #899489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899489; }

 p { color: rgb(137,148,137); }

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

background-color css

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

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

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

border-color css

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

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

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