Html Css Color HEX #899894 Granny Smith

📋 copy color: '#899894'

red 137 ◦ green 152 ◦ blue 148

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

Shades of Granny Smith #899894

Tints of Granny Smith #899894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.78%

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 31.35%
G = 34.78%
B = 33.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#899894 (or 0x899894) is known color: Granny Smith. HEX triplet: 89, 98 and 94. RGB value is (137,152,148). Sum of RGB (Red+Green+Blue) = 137+152+148=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #899894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899894 is #76676B. Grayscale: #939393. Windows color (decimal): -7759724 or 9738377. OLE color: 9738377.

HSL color Cylindrical-coordinate representation of color #899894: hue angle of 164º 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 #899894 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 148 -
CMYK 0.10 0 0.03 0.40
HSL 164º 0.07% 0.57% -
HSV(B) 164º 0.1% 0.6% -
XYZ 26.89 29.91 32.37 -
YUV 147.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 137 152 148 0.10 0 0.03 0.40 164 0.07 0.57
Hex 89 98 94 A 0 3 28 A4 7 39
Octal 211 230 224 12 0 3 50 244 7 71
Binary 10001001 10011000 10010100 1010 0 11 101000 10100100 111 111001

Color Harmonies of #899894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899894

Black with #899894

Text Example


Text Example

White with #899894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899894; }

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

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

background-color css

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

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

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

border-color css

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

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

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