Html Css Color HEX #899995 Granny Smith

📋 copy color: '#899995'

red 137 ◦ green 153 ◦ blue 149

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

Shades of Granny Smith #899995

Tints of Granny Smith #899995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 149 (58.59% from 255) = 33.94%

R = 31.21%
G = 34.85%
B = 33.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#899995 (or 0x899995) is known color: Granny Smith. HEX triplet: 89, 99 and 95. RGB value is (137,153,149). Sum of RGB (Red+Green+Blue) = 137+153+149=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #899995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899995 is #76666A. Grayscale: #939393. Windows color (decimal): -7759467 or 9804169. OLE color: 9804169.

HSL color Cylindrical-coordinate representation of color #899995: hue angle of 165º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899995 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 153 149 -
CMYK 0.10 0 0.03 0.4
HSL 165º 0.07% 0.57% -
HSV(B) 165º 0.1% 0.6% -
XYZ 27.13 30.27 32.85 -
YUV 147.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 137 153 149 0.10 0 0.03 0.4 165 0.07 0.57
Hex 89 99 95 A 0 3 28 A5 7 39
Octal 211 231 225 12 0 3 50 245 7 71
Binary 10001001 10011001 10010101 1010 0 11 101000 10100101 111 111001

Color Harmonies of #899995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899995

Black with #899995

Text Example


Text Example

White with #899995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899995; }

 p { color: rgb(137,153,149); }

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

background-color css

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

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

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

border-color css

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

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

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