Html Css Color HEX #899C94 Granny Smith

📋 copy color: '#899C94'

red 137 ◦ green 156 ◦ blue 148

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

Shades of Granny Smith #899C94

Tints of Granny Smith #899C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

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

R = 31.07%
G = 35.37%
B = 33.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#899C94 (or 0x899C94) is known color: Granny Smith. HEX triplet: 89, 9C and 94. RGB value is (137,156,148). Sum of RGB (Red+Green+Blue) = 137+156+148=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #899C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C94 is #76636B. Grayscale: #959595. Windows color (decimal): -7758700 or 9739401. OLE color: 9739401.

HSL color Cylindrical-coordinate representation of color #899C94: hue angle of 154.74º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899C94 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 156 148 -
CMYK 0.12 0 0.05 0.39
HSL 154.74º 0.09% 0.57% -
HSV(B) 154.74º 0.12% 0.61% -
XYZ 27.55 31.23 32.59 -
YUV 149.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 137 156 148 0.12 0 0.05 0.39 154.74 0.09 0.57
Hex 89 9C 94 C 0 5 27 9B 9 39
Octal 211 234 224 14 0 5 47 233 11 71
Binary 10001001 10011100 10010100 1100 0 101 100111 10011011 1001 111001

Color Harmonies of #899C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C94

Black with #899C94

Text Example


Text Example

White with #899C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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